E
- Thrown exception.@FunctionalInterface
public interface FailableIntToLongFunction<E extends java.lang.Throwable>
IntToLongFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableIntToLongFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(int value)
Applies this function to the given argument.
|
static <E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableIntToLongFunction NOP
static <E extends java.lang.Throwable> FailableIntToLongFunction<E> nop()
E
- Thrown exception.