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