R - the type of the result of the functionE - the type of the exceptionpublic interface ThrowableLongFunction<R,E extends java.lang.Throwable>
long-valued input argument.LongFunction| Modifier and Type | Method and Description |
|---|---|
R |
apply(long value)
Applies this function to the given argument.
|