Uses of Interface
com.tangosol.util.function.Remote.ObjIntConsumer
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.ObjIntConsumer in com.tangosol.util.function
Modifier and TypeMethodDescriptionstatic <T> Remote.ObjIntConsumer
<T> Remote.objIntConsumer
(Remote.ObjIntConsumer<T> consumer) Capture serializable ObjIntConsumer.Modifier and TypeMethodDescriptionstatic <T> Remote.ObjIntConsumer
<T> Remote.objIntConsumer
(Remote.ObjIntConsumer<T> consumer) Capture serializable ObjIntConsumer. -
Uses of Remote.ObjIntConsumer in com.tangosol.util.stream
Modifier and TypeMethodDescriptiondefault <R> R
RemoteIntStream.collect
(Remote.Supplier<R> supplier, Remote.ObjIntConsumer<R> accumulator, Remote.BiConsumer<R, R> combiner) Performs a mutable reduction operation on the elements of this stream.