Uses of Interface
com.tangosol.util.function.Remote.ObjIntConsumer
-
Packages that use Remote.ObjIntConsumer 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.ObjIntConsumer in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.ObjIntConsumer Modifier and Type Method Description static <T> Remote.ObjIntConsumer<T>
Remote. objIntConsumer(Remote.ObjIntConsumer<T> consumer)
Capture serializable ObjIntConsumer.Methods in com.tangosol.util.function with parameters of type Remote.ObjIntConsumer Modifier and Type Method Description static <T> Remote.ObjIntConsumer<T>
Remote. objIntConsumer(Remote.ObjIntConsumer<T> consumer)
Capture serializable ObjIntConsumer. -
Uses of Remote.ObjIntConsumer in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.ObjIntConsumer Modifier and Type Method Description default <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.
-