@FunctionalInterface public interface CheckedIntFunction<R>
IntFunction
R
apply(int value)
R apply(int value) throws Throwable
value
Throwable