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 voidDoubleCacheStream. forEach(SerializableDoubleConsumer action)Same asDoubleStream.forEach(DoubleConsumer)except that the DoubleConsumer must also implementSerializabledefault DoubleCacheStreamDoubleCacheStream. peek(SerializableDoubleConsumer action)Same asDoubleCacheStream.flatMap(DoubleFunction)except that the DoubleFunction must also implementSerializable
-