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