Uses of Interface
org.infinispan.util.function.SerializableLongConsumer
Packages that use SerializableLongConsumer
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableLongConsumer in org.infinispan
Methods in org.infinispan with parameters of type SerializableLongConsumerModifier 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
Methods in org.infinispan.stream.impl with parameters of type SerializableLongConsumerModifier and TypeMethodDescriptionvoid
DistributedLongCacheStream.forEach
(SerializableLongConsumer action) DistributedLongCacheStream.peek
(SerializableLongConsumer action)