Uses of Interface
com.tangosol.util.function.Remote.LongToIntFunction
-
Packages that use Remote.LongToIntFunction Package Description com.tangosol.util.function Contains Functional interfaces allowing remote execution of lambda expressions and method references.com.tangosol.util.stream Contains classes to support functional-style operations on remote streams of elements, such as map-reduce transformations on collections. -
-
Uses of Remote.LongToIntFunction in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.LongToIntFunction Modifier and Type Method Description static Remote.LongToIntFunction
Remote. longToIntFunction(Remote.LongToIntFunction function)
Capture serializable LongToIntFunction.Methods in com.tangosol.util.function with parameters of type Remote.LongToIntFunction Modifier and Type Method Description static Remote.LongToIntFunction
Remote. longToIntFunction(Remote.LongToIntFunction function)
Capture serializable LongToIntFunction. -
Uses of Remote.LongToIntFunction in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.LongToIntFunction Modifier and Type Method Description default RemoteIntStream
RemoteLongStream. mapToInt(Remote.LongToIntFunction mapper)
Returns anIntStream
consisting of the results of applying the given function to the elements of this stream.
-