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