Uses of Interface
org.infinispan.util.function.SerializableLongConsumer
-
Packages that use SerializableLongConsumer Package Description org.infinispan 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 SerializableLongConsumer Modifier and Type Method Description default voidLongCacheStream. forEach(SerializableLongConsumer action)Same asLongStream.forEach(LongConsumer)except that the LongConsumer must also implement Serializable.default LongCacheStreamLongCacheStream. peek(SerializableLongConsumer action)Same asLongCacheStream.flatMap(LongFunction)except that the LongFunction must also implement Serializable.
-