Uses of Interface
com.tangosol.util.function.Remote.DoubleUnaryOperator
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.DoubleUnaryOperator in com.tangosol.util.function
Modifier and TypeMethodDescriptiondefault Remote.DoubleUnaryOperator
Remote.DoubleUnaryOperator.andThen
(Remote.DoubleUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafter
operator to the result.default Remote.DoubleUnaryOperator
Remote.DoubleUnaryOperator.compose
(Remote.DoubleUnaryOperator before) Returns a composed operator that first applies thebefore
operator to its input, and then applies this operator to the result.static Remote.DoubleUnaryOperator
Remote.doubleUnaryOperator
(Remote.DoubleUnaryOperator operator) Capture serializable DoubleUnaryOperator.static Remote.DoubleUnaryOperator
Remote.DoubleUnaryOperator.identity()
Returns a unary operator that always returns its input argument.Modifier and TypeMethodDescriptiondefault Remote.DoubleUnaryOperator
Remote.DoubleUnaryOperator.andThen
(Remote.DoubleUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafter
operator to the result.default Remote.DoubleUnaryOperator
Remote.DoubleUnaryOperator.compose
(Remote.DoubleUnaryOperator before) Returns a composed operator that first applies thebefore
operator to its input, and then applies this operator to the result.static Remote.DoubleUnaryOperator
Remote.doubleUnaryOperator
(Remote.DoubleUnaryOperator operator) Capture serializable DoubleUnaryOperator. -
Uses of Remote.DoubleUnaryOperator in com.tangosol.util.stream
Modifier and TypeMethodDescriptiondefault RemoteDoubleStream
RemoteDoubleStream.map
(Remote.DoubleUnaryOperator mapper) Returns a stream consisting of the results of applying the given function to the elements of this stream.