Uses of Interface
org.infinispan.util.function.SerializableIntConsumer
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableIntConsumer in org.infinispan
Modifier and TypeMethodDescriptiondefault void
IntCacheStream.forEach
(SerializableIntConsumer action) Same asIntStream.forEach(IntConsumer)
except that the IntConsumer must also implementSerializable
default IntCacheStream
IntCacheStream.peek
(SerializableIntConsumer action) Same asIntCacheStream.flatMap(IntFunction)
except that the IntFunction must also implementSerializable
-
Uses of SerializableIntConsumer in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionvoid
DistributedIntCacheStream.forEach
(SerializableIntConsumer action) DistributedIntCacheStream.peek
(SerializableIntConsumer action)