Interface TStream<T>

All Superinterfaces:
AutoCloseable, TBaseStream<T,TStream<T>>
All Known Implementing Classes:
TArrayStreamImpl, TBoxedDoubleStream, TBoxedIntStream, TBoxedLongStream, TBufferedReaderLinesStream, TCloseHandlingStream, TDistinctStreamImpl, TDropWhileStream, TEmptyStreamImpl, TFilteringStreamImpl, TFlatMappingStreamImpl, TGenerateStream, TGenericConcatStream, TIterateStream, TLimitingStreamImpl, TMappingStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TPeekingStreamImpl, TSimpleStreamImpl, TSingleStreamImpl, TSkippingStreamImpl, TSortedStreamImpl, TSpecializedConcatStream, TStreamOverSpliterator, TStreamOverSpliteratorSupplier, TTakeWhileStream, TWrappingStreamImpl

public interface TStream<T> extends TBaseStream<T,TStream<T>>