R - parameter type of the return value of this function@FunctionalInterface public interface ThrowingLongFunction<R> extends LongFunction<R>
LongFunction| Modifier and Type | Method and Description |
|---|---|
default R |
apply(long value) |
R |
doApply(long value) |