T - the type of the stream elementsS - the type of of the stream implementing BaseStreampublic interface BaseRemoteStream<T,S extends BaseStream<T,S>> extends BaseStream<T,S>
BaseStream that adds support for the RemotePipeline retrieval.| Modifier and Type | Method and Description |
|---|---|
RemotePipeline<S> |
pipeline()
Return a pipeline of intermediate operations for this stream.
|
close, isParallel, iterator, onClose, parallel, sequential, spliterator, unorderedRemotePipeline<S> pipeline()
This is a terminal operation.