T - the type of the object argument to the operation@FunctionalInterface public interface DistributedObjDoubleConsumer<T> extends java.util.function.ObjDoubleConsumer<T>, Serializable
double-valued argument, and returns no result. This is the
(reference, double) specialization of DistributedBiConsumer.
Unlike most other functional interfaces, ObjDoubleConsumer is
expected to operate via side-effects.
This is a functional interface
whose functional method is ObjDoubleConsumer.accept(Object, double).
DistributedBiConsumeracceptCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.