T
- the type of the object argument to the operation@FunctionalInterface public interface DistributedObjIntConsumer<T> extends java.util.function.ObjIntConsumer<T>, Serializable
int
-valued argument, and returns no result. This is the
(reference, int)
specialization of DistributedBiConsumer
.
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)
.
DistributedBiConsumer
accept
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.