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. -
-
Uses of SerializableIntConsumer in org.infinispan
Methods in org.infinispan with parameters of type SerializableIntConsumer Modifier and Type Method Description default voidIntCacheStream. forEach(SerializableIntConsumer action)Same asIntStream.forEach(IntConsumer)except that the IntConsumer must also implementSerializabledefault IntCacheStreamIntCacheStream. peek(SerializableIntConsumer action)Same asIntCacheStream.flatMap(IntFunction)except that the IntFunction must also implementSerializable
-