@FunctionalInterface public interface CheckedDoubleToIntFunction
DoubleToIntFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(double value)
Applies this function to the given argument.
|