Uses of Interface
com.tangosol.util.function.Remote.ObjDoubleConsumer
Packages that use Remote.ObjDoubleConsumer
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.ObjDoubleConsumer in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.ObjDoubleConsumerModifier and TypeMethodDescriptionstatic <T> Remote.ObjDoubleConsumer
<T> Remote.objDoubleConsumer
(Remote.ObjDoubleConsumer<T> consumer) Capture serializable ObjDoubleConsumer.Methods in com.tangosol.util.function with parameters of type Remote.ObjDoubleConsumerModifier and TypeMethodDescriptionstatic <T> Remote.ObjDoubleConsumer
<T> Remote.objDoubleConsumer
(Remote.ObjDoubleConsumer<T> consumer) Capture serializable ObjDoubleConsumer. -
Uses of Remote.ObjDoubleConsumer in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.ObjDoubleConsumerModifier and TypeMethodDescriptiondefault <R> R
RemoteDoubleStream.collect
(Remote.Supplier<R> supplier, Remote.ObjDoubleConsumer<R> accumulator, Remote.BiConsumer<R, R> combiner) Performs a mutable reduction operation on the elements of this stream.