T - type parameter for the argument to that function@FunctionalInterface public interface ThrowingToLongFunction<T> extends ToLongFunction<T>
ToDoubleFunction| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(T value) |
long |
doApplyAsLong(T value) |
default long applyAsLong(T value)
applyAsLong in interface ToLongFunction<T>