T - the type of the first argument to the functionU - the type of the second argument to the function@FunctionalInterface public interface DistributedToIntBiFunction<T,U> extends java.util.function.ToIntBiFunction<T,U>, Serializable
int-producing primitive specialization for
DistributedBiFunction.
This is a functional interface
whose functional method is ToIntBiFunction.applyAsInt(Object, Object).
DistributedBiFunctionapplyAsIntCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.