Uses of Interface
org.infinispan.util.function.SerializableDoubleUnaryOperator
Packages that use SerializableDoubleUnaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableDoubleUnaryOperator in org.infinispan
Methods in org.infinispan with parameters of type SerializableDoubleUnaryOperatorModifier 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
Methods in org.infinispan.stream.impl with parameters of type SerializableDoubleUnaryOperatorModifier and TypeMethodDescriptionDistributedDoubleCacheStream.map
(SerializableDoubleUnaryOperator mapper)