Uses of Interface
com.tangosol.util.function.Remote.LongConsumer
-
Packages that use Remote.LongConsumer 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.LongConsumer in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.LongConsumer Modifier and Type Method Description default Remote.LongConsumer
Remote.LongConsumer. andThen(Remote.LongConsumer after)
Returns a composedLongConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.LongConsumer
Remote. longConsumer(Remote.LongConsumer consumer)
Capture serializable LongConsumer.Methods in com.tangosol.util.function with parameters of type Remote.LongConsumer Modifier and Type Method Description default Remote.LongConsumer
Remote.LongConsumer. andThen(Remote.LongConsumer after)
Returns a composedLongConsumer
that performs, in sequence, this operation followed by theafter
operation.static Remote.LongConsumer
Remote. longConsumer(Remote.LongConsumer consumer)
Capture serializable LongConsumer. -
Uses of Remote.LongConsumer in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.LongConsumer Modifier and Type Method Description default RemoteLongStream
RemoteLongStream. peek(Remote.LongConsumer 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.
-