@FunctionalInterface public interface CheckedToLongFunction<T>
ToLongFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T value)
Applies this function to the given argument.
|