Uses of Interface
com.tangosol.util.function.Remote.DoubleUnaryOperator
Packages that use 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
Methods in com.tangosol.util.function that return Remote.DoubleUnaryOperatorModifier and TypeMethodDescriptiondefault Remote.DoubleUnaryOperatorRemote.DoubleUnaryOperator.andThen(Remote.DoubleUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default Remote.DoubleUnaryOperatorRemote.DoubleUnaryOperator.compose(Remote.DoubleUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.static Remote.DoubleUnaryOperatorRemote.doubleUnaryOperator(Remote.DoubleUnaryOperator operator) Capture serializable DoubleUnaryOperator.static Remote.DoubleUnaryOperatorRemote.DoubleUnaryOperator.identity()Returns a unary operator that always returns its input argument.Methods in com.tangosol.util.function with parameters of type Remote.DoubleUnaryOperatorModifier and TypeMethodDescriptiondefault Remote.DoubleUnaryOperatorRemote.DoubleUnaryOperator.andThen(Remote.DoubleUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default Remote.DoubleUnaryOperatorRemote.DoubleUnaryOperator.compose(Remote.DoubleUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.static Remote.DoubleUnaryOperatorRemote.doubleUnaryOperator(Remote.DoubleUnaryOperator operator) Capture serializable DoubleUnaryOperator. - 
Uses of Remote.DoubleUnaryOperator in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.DoubleUnaryOperatorModifier and TypeMethodDescriptiondefault RemoteDoubleStreamRemoteDoubleStream.map(Remote.DoubleUnaryOperator mapper) Returns a stream consisting of the results of applying the given function to the elements of this stream.