Uses of Interface
org.infinispan.util.function.SerializableDoubleConsumer
-
Packages that use SerializableDoubleConsumer Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. -
-
Uses of SerializableDoubleConsumer in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoubleConsumer Modifier and Type Method Description default void
DoubleCacheStream. forEach(SerializableDoubleConsumer action)
Same asDoubleStream.forEach(DoubleConsumer)
except that the DoubleConsumer must also implementSerializable
default DoubleCacheStream
DoubleCacheStream. peek(SerializableDoubleConsumer action)
Same asDoubleCacheStream.flatMap(DoubleFunction)
except that the DoubleFunction must also implementSerializable
-