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