R
@FunctionalInterface public interface ThrowingIntFunction<R> extends IntFunction<R>
IntFunction
default R
apply(int value)
doApply(int value)
R doApply(int value) throws Throwable
Throwable
default R apply(int value)
apply
IntFunction<R>