Uses of Interface
com.tangosol.util.function.Remote.DoubleConsumer
Packages that use Remote.DoubleConsumer
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.DoubleConsumer in com.tangosol.util.functionMethods in com.tangosol.util.function that return Remote.DoubleConsumerModifier and TypeMethodDescriptiondefault Remote.DoubleConsumerRemote.DoubleConsumer.andThen(Remote.DoubleConsumer after) Returns a composedDoubleConsumerthat performs, in sequence, this operation followed by theafteroperation.static Remote.DoubleConsumerRemote.doubleConsumer(Remote.DoubleConsumer consumer) Capture serializable DoubleConsumer.Methods in com.tangosol.util.function with parameters of type Remote.DoubleConsumerModifier and TypeMethodDescriptiondefault Remote.DoubleConsumerRemote.DoubleConsumer.andThen(Remote.DoubleConsumer after) Returns a composedDoubleConsumerthat performs, in sequence, this operation followed by theafteroperation.static Remote.DoubleConsumerRemote.doubleConsumer(Remote.DoubleConsumer consumer) Capture serializable DoubleConsumer.
- 
Uses of Remote.DoubleConsumer in com.tangosol.util.streamMethods in com.tangosol.util.stream with parameters of type Remote.DoubleConsumerModifier and TypeMethodDescriptiondefault RemoteDoubleStreamRemoteDoubleStream.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.