@FunctionalInterface public interface CheckedToDoubleFunction<T>
ToDoubleFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(T value)
Applies this function to the given argument.
|