Uses of Interface
com.tangosol.util.function.Remote.DoubleConsumer
-
Packages that use Remote.DoubleConsumer 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.DoubleConsumer in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.DoubleConsumer Modifier and Type Method Description default Remote.DoubleConsumer
Remote.DoubleConsumer. andThen(Remote.DoubleConsumer after)
Returns a composedDoubleConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.DoubleConsumer
Remote. doubleConsumer(Remote.DoubleConsumer consumer)
Capture serializable DoubleConsumer.Methods in com.tangosol.util.function with parameters of type Remote.DoubleConsumer Modifier and Type Method Description default Remote.DoubleConsumer
Remote.DoubleConsumer. andThen(Remote.DoubleConsumer after)
Returns a composedDoubleConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.DoubleConsumer
Remote. doubleConsumer(Remote.DoubleConsumer consumer)
Capture serializable DoubleConsumer. -
Uses of Remote.DoubleConsumer in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.DoubleConsumer Modifier and Type Method Description default RemoteDoubleStream
RemoteDoubleStream. peek(Remote.DoubleConsumer action)
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
-