Uses of Interface
com.tangosol.util.function.Remote.DoubleFunction
Packages that use Remote.DoubleFunction
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.DoubleFunction in com.tangosol.util.functionMethods in com.tangosol.util.function that return Remote.DoubleFunctionModifier and TypeMethodDescriptionstatic <R> Remote.DoubleFunction<R> Remote.doubleFunction(Remote.DoubleFunction<R> function) Capture serializable DoubleFunction.Methods in com.tangosol.util.function with parameters of type Remote.DoubleFunctionModifier and TypeMethodDescriptionstatic <R> Remote.DoubleFunction<R> Remote.doubleFunction(Remote.DoubleFunction<R> function) Capture serializable DoubleFunction.
- 
Uses of Remote.DoubleFunction in com.tangosol.util.streamMethods in com.tangosol.util.stream with parameters of type Remote.DoubleFunctionModifier and TypeMethodDescriptiondefault RemoteDoubleStreamRemoteDoubleStream.flatMap(Remote.DoubleFunction<? extends DoubleStream> mapper) Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.default <U> RemoteStream<U> RemoteDoubleStream.mapToObj(Remote.DoubleFunction<? extends U> mapper) Returns an object-valuedStreamconsisting of the results of applying the given function to the elements of this stream.