@FunctionalInterface public interface CheckedDoubleToLongFunction
DoubleToLongFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(double value)
Applies this function to the given argument.
|