Uses of Interface
org.infinispan.util.function.SerializableLongConsumer
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongConsumer in org.infinispan
Modifier and TypeMethodDescriptiondefault void
LongCacheStream.forEach
(SerializableLongConsumer action) Same asLongStream.forEach(LongConsumer)
except that the LongConsumer must also implement Serializable.default LongCacheStream
LongCacheStream.peek
(SerializableLongConsumer action) Same asLongCacheStream.flatMap(LongFunction)
except that the LongFunction must also implement Serializable. -
Uses of SerializableLongConsumer in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionvoid
DistributedLongCacheStream.forEach
(SerializableLongConsumer action) DistributedLongCacheStream.peek
(SerializableLongConsumer action)