Uses of Interface
org.infinispan.util.function.SerializableDoubleUnaryOperator
-
Packages that use SerializableDoubleUnaryOperator Package Description org.infinispan 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 SerializableDoubleUnaryOperator Modifier and Type Method Description default DoubleCacheStreamDoubleCacheStream. map(SerializableDoubleUnaryOperator mapper)Same asDoubleCacheStream.map(DoubleUnaryOperator)except that the DoubleUnaryOperator must also implementSerializable
-