T - the type of the first argument to the functionU - the type of the second argument to the function@FunctionalInterface public static interface Remote.ToLongBiFunction<T,U> extends ToLongBiFunction<T,U>, Serializable
long-producing primitive
 specialization for BiFunction.
 
This is a functional interface
 whose functional method is ToLongBiFunction.applyAsLong(Object, Object).
BiFunctionapplyAsLong