Uses of Interface
com.tangosol.util.function.Remote.IntConsumer
Packages that use Remote.IntConsumer
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.IntConsumer in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.IntConsumerModifier and TypeMethodDescriptiondefault Remote.IntConsumer
Remote.IntConsumer.andThen
(Remote.IntConsumer after) Returns a composedIntConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.IntConsumer
Remote.intConsumer
(Remote.IntConsumer consumer) Capture serializable IntConsumer.Methods in com.tangosol.util.function with parameters of type Remote.IntConsumerModifier and TypeMethodDescriptiondefault Remote.IntConsumer
Remote.IntConsumer.andThen
(Remote.IntConsumer after) Returns a composedIntConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.IntConsumer
Remote.intConsumer
(Remote.IntConsumer consumer) Capture serializable IntConsumer. -
Uses of Remote.IntConsumer in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.IntConsumerModifier and TypeMethodDescriptiondefault RemoteIntStream
RemoteIntStream.peek
(Remote.IntConsumer 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.