R - Return type.E - Thrown exception.@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 - Thrown exception.Copyright © 2010 - 2022 Adobe. All Rights Reserved