Uses of Interface
com.tangosol.util.function.Remote.DoubleToLongFunction
Packages that use Remote.DoubleToLongFunction
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.DoubleToLongFunction in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.DoubleToLongFunctionModifier and TypeMethodDescriptionstatic Remote.DoubleToLongFunction
Remote.doubleToLongFunction
(Remote.DoubleToLongFunction function) Capture serializable DoubleToLongFunction.Methods in com.tangosol.util.function with parameters of type Remote.DoubleToLongFunctionModifier and TypeMethodDescriptionstatic Remote.DoubleToLongFunction
Remote.doubleToLongFunction
(Remote.DoubleToLongFunction function) Capture serializable DoubleToLongFunction. -
Uses of Remote.DoubleToLongFunction in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.DoubleToLongFunctionModifier and TypeMethodDescriptiondefault RemoteLongStream
RemoteDoubleStream.mapToLong
(Remote.DoubleToLongFunction mapper) Returns aLongStream
consisting of the results of applying the given function to the elements of this stream.