T
@FunctionalInterface public interface IntFunction<T>
apply(int i)
@NonNull T apply(int i) throws Throwable
i
Throwable