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