Uses of Interface
com.tangosol.util.function.Remote.LongToDoubleFunction
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.LongToDoubleFunction in com.tangosol.util.function
Modifier and TypeMethodDescriptionstatic Remote.LongToDoubleFunction
Remote.longToDoubleFunction
(Remote.LongToDoubleFunction function) Capture serializable LongToDoubleFunction.Modifier and TypeMethodDescriptionstatic Remote.LongToDoubleFunction
Remote.longToDoubleFunction
(Remote.LongToDoubleFunction function) Capture serializable LongToDoubleFunction. -
Uses of Remote.LongToDoubleFunction in com.tangosol.util.stream
Modifier and TypeMethodDescriptiondefault RemoteDoubleStream
RemoteLongStream.mapToDouble
(Remote.LongToDoubleFunction mapper) Returns aDoubleStream
consisting of the results of applying the given function to the elements of this stream.