T
- the type of the first argument to the functionU
- the type of the second argument to the functionE
- Thrown exception.@FunctionalInterface public interface FailableToIntBiFunction<T,U,E extends 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 Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableToIntBiFunction NOP
static <T,U,E extends 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
- Thrown exception.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.