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