Uses of Interface
org.infinispan.util.function.SerializableObjIntConsumer
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableObjIntConsumer in org.infinispan
Modifier and TypeMethodDescriptiondefault <R> R
IntCacheStream.collect
(SerializableSupplier<R> supplier, SerializableObjIntConsumer<R> accumulator, SerializableBiConsumer<R, R> combiner) Same asIntStream.collect(Supplier, ObjIntConsumer, BiConsumer)
except that the arguments must also implementSerializable
default <K,
V> void IntCacheStream.forEach
(SerializableObjIntConsumer<Cache<K, V>> action) Same asIntCacheStream.forEach(ObjIntConsumer)
except that theBiConsumer
must also implementSerializable
-
Uses of SerializableObjIntConsumer in org.infinispan.stream.impl
Modifier and TypeMethodDescription<K,
V> void DistributedIntCacheStream.forEach
(SerializableObjIntConsumer<Cache<K, V>> action)