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