Uses of Interface
org.infinispan.util.function.SerializableObjIntConsumer
-
Packages that use SerializableObjIntConsumer Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableObjIntConsumer in org.infinispan
Methods in org.infinispan with parameters of type SerializableObjIntConsumer Modifier and Type Method Description default <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>
voidIntCacheStream. forEach(SerializableObjIntConsumer<Cache<K,V>> action)
Same asIntCacheStream.forEach(ObjIntConsumer)
except that theBiConsumer
must also implementSerializable
-