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