Interface BaseRemoteStream<T,S extends BaseStream<T,S>>

Type Parameters:
T - the type of the stream elements
S - the type of of the stream implementing BaseStream
All Superinterfaces:
AutoCloseable, BaseStream<T,S>
All Known Subinterfaces:
RemoteDoubleStream, RemoteIntStream, RemoteLongStream, RemoteStream<T>

public interface BaseRemoteStream<T,S extends BaseStream<T,S>> extends BaseStream<T,S>
An extension of BaseStream that adds support for the RemotePipeline retrieval.
Since:
12.2.1
Author:
as 2014.08.26
  • Method Details

    • pipeline

      RemotePipeline<S> pipeline()
      Return a pipeline of intermediate operations for this stream.

      This is a terminal operation.

      Returns:
      a pipeline of intermediate operations for this stream