R
- Return type.E
- The kind of thrown exception or error.@FunctionalInterface
public interface FailableLongFunction<R,E extends java.lang.Throwable>
LongFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableLongFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
R |
apply(long input)
Applies this function.
|
static <R,E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableLongFunction NOP
static <R,E extends java.lang.Throwable> FailableLongFunction<R,E> nop()
R
- Return type.E
- The kind of thrown exception or error.Copyright © 2010 - 2023 Adobe. All Rights Reserved