@FunctionalInterface public interface CheckedToIntFunction<T>
ToIntFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(T value)
Applies this function to the given argument.
|