R - the type of the result of the function@FunctionalInterface public static interface Remote.IntFunction<R> extends IntFunction<R>, Serializable
int-consuming primitive specialization for Remote.Function.
This is a functional interface whose functional method is IntFunction.apply(int).
Remote.Functionapply