Uses of Interface
com.tangosol.util.function.Remote.DoubleBinaryOperator
Packages that use Remote.DoubleBinaryOperator
Package
Description
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
-
Uses of Remote.DoubleBinaryOperator in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.DoubleBinaryOperatorModifier and TypeMethodDescriptionstatic Remote.DoubleBinaryOperator
Remote.doubleBinaryOperator
(Remote.DoubleBinaryOperator operator) Capture serializable DoubleBinaryOperator.Methods in com.tangosol.util.function with parameters of type Remote.DoubleBinaryOperatorModifier and TypeMethodDescriptionstatic Remote.DoubleBinaryOperator
Remote.doubleBinaryOperator
(Remote.DoubleBinaryOperator operator) Capture serializable DoubleBinaryOperator. -
Uses of Remote.DoubleBinaryOperator in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.DoubleBinaryOperatorModifier and TypeMethodDescriptiondefault double
RemoteDoubleStream.reduce
(double identity, Remote.DoubleBinaryOperator op) Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.default OptionalDouble
RemoteDoubleStream.reduce
(Remote.DoubleBinaryOperator op) Performs a reduction on the elements of this stream, using an associative accumulation function, and returns anOptionalDouble
describing the reduced value, if any.