BaseStream
Interface BaseStream<T,S extends BaseStream<T,S>>
- Type Parameters:
-
T
- the type of the stream elements -
S
- the type of of the stream implementingBaseStream
- All Superinterfaces:
- AutoCloseable
- All Known Subinterfaces:
- DoubleStream, IntStream, LongStream, Stream<T>
public interface BaseStream<T,S extends BaseStream<T,S>> extends AutoCloseable
Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations. The following example illust