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