Uses of Interface
org.infinispan.util.function.SerializableDoubleUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableDoubleUnaryOperator in org.infinispan
Modifier and TypeMethodDescriptiondefault DoubleCacheStream
DoubleCacheStream.map
(SerializableDoubleUnaryOperator mapper) Same asDoubleCacheStream.map(DoubleUnaryOperator)
except that the DoubleUnaryOperator must also implementSerializable
-
Uses of SerializableDoubleUnaryOperator in org.infinispan.stream.impl
Modifier and TypeMethodDescriptionDistributedDoubleCacheStream.map
(SerializableDoubleUnaryOperator mapper)