Uses of Interface
com.tangosol.util.function.Remote.DoubleToIntFunction
Packages that use Remote.DoubleToIntFunction
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.DoubleToIntFunction in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.DoubleToIntFunctionModifier and TypeMethodDescriptionstatic Remote.DoubleToIntFunction
Remote.doubleToIntFunction
(Remote.DoubleToIntFunction function) Capture serializable DoubleToIntFunction.Methods in com.tangosol.util.function with parameters of type Remote.DoubleToIntFunctionModifier and TypeMethodDescriptionstatic Remote.DoubleToIntFunction
Remote.doubleToIntFunction
(Remote.DoubleToIntFunction function) Capture serializable DoubleToIntFunction. -
Uses of Remote.DoubleToIntFunction in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.DoubleToIntFunctionModifier and TypeMethodDescriptiondefault RemoteIntStream
RemoteDoubleStream.mapToInt
(Remote.DoubleToIntFunction mapper) Returns anIntStream
consisting of the results of applying the given function to the elements of this stream.