T
- the type of the first argument to the functionU
- the type of the second argument to the functionE
- The kind of thrown exception or error.@FunctionalInterface
public interface FailableToIntBiFunction<T,U,E extends java.lang.Throwable>
ToIntBiFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableToIntBiFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(T t,
U u)
Applies this function to the given arguments.
|
static <T,U,E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableToIntBiFunction NOP
static <T,U,E extends java.lang.Throwable> FailableToIntBiFunction<T,U,E> nop()
T
- the type of the first argument to the functionU
- the type of the second argument to the functionE
- The kind of thrown exception or error.Copyright © 2010 - 2023 Adobe. All Rights Reserved