T
- the type of the first argument to the functionU
- the type of the second argument to the functionE
- Thrown exception.@FunctionalInterface public interface FailableToDoubleBiFunction<T,U,E extends Throwable>
ToDoubleBiFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableToDoubleBiFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T t,
U u)
Applies this function to the given arguments.
|
static <T,U,E extends Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableToDoubleBiFunction NOP
static <T,U,E extends Throwable> FailableToDoubleBiFunction<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.