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