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