Uses of Interface
com.tangosol.util.stream.RemotePipeline
-
Packages that use RemotePipeline Package Description 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 RemotePipeline in com.tangosol.util.stream
Methods in com.tangosol.util.stream that return RemotePipeline Modifier and Type Method Description RemotePipeline<S>
BaseRemoteStream. pipeline()
Return a pipeline of intermediate operations for this stream.
-