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