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