Uses of Interface
org.infinispan.util.function.SerializableDoubleBinaryOperator
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of SerializableDoubleBinaryOperator in org.infinispan
Modifier and TypeMethodDescriptiondefault double
DoubleCacheStream.reduce
(double identity, SerializableDoubleBinaryOperator op) Same asDoubleStream.reduce(double, DoubleBinaryOperator)
except that the DoubleBinaryOperator must also implementSerializable
default OptionalDouble
DoubleCacheStream.reduce
(SerializableDoubleBinaryOperator op) Same asDoubleStream.reduce(DoubleBinaryOperator)
except that the DoubleBinaryOperator must also implementSerializable