Interface TBaseStream<T,S extends TBaseStream<T,S>>

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
TDoubleStream, TIntStream, TLongStream, TStream<T>
All Known Implementing Classes:
TArrayDoubleStreamImpl, TArrayIntStreamImpl, TArrayLongStreamImpl, TArrayStreamImpl, TBoxedDoubleStream, TBoxedIntStream, TBoxedLongStream, TBufferedReaderLinesStream, TCharSequenceCharsStream, TCharSequenceCodePointsStream, TCloseHandlingDoubleStream, TCloseHandlingIntStream, TCloseHandlingLongStream, TCloseHandlingStream, TDistinctDoubleStreamImpl, TDistinctIntStreamImpl, TDistinctLongStreamImpl, TDistinctStreamImpl, TDropWhileDoubleStream, TDropWhileIntStream, TDropWhileLongStream, TDropWhileStream, TEmptyDoubleStreamImpl, TEmptyIntStreamImpl, TEmptyLongStreamImpl, TEmptyStreamImpl, TFilteringDoubleStreamImpl, TFilteringIntStreamImpl, TFilteringLongStreamImpl, TFilteringStreamImpl, TFlatMappingDoubleStreamImpl, TFlatMappingIntStreamImpl, TFlatMappingLongStreamImpl, TFlatMappingStreamImpl, TFlatMappingToDoubleStreamImpl, TFlatMappingToIntStreamImpl, TFlatMappingToLongStreamImpl, TGenerateDoubleStream, TGenerateIntStream, TGenerateLongStream, TGenerateStream, TGenericConcatDoubleStream, TGenericConcatIntStream, TGenericConcatLongStream, TGenericConcatStream, TIntAsDoubleStream, TIntAsLongStream, TIterateDoubleStream, TIterateIntStream, TIterateLongStream, TIterateStream, TLimitingDoubleStreamImpl, TLimitingIntStreamImpl, TLimitingLongStreamImpl, TLimitingStreamImpl, TLongAsDoubleStream, TMappingDoubleStreamImpl, TMappingIntStreamImpl, TMappingLongStreamImpl, TMappingStreamImpl, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TMappingToIntStreamImpl, TMappingToIntStreamImpl, TMappingToIntStreamImpl, TMappingToLongStreamImpl, TMappingToLongStreamImpl, TMappingToLongStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TPeekingDoubleStreamImpl, TPeekingIntStreamImpl, TPeekingLongStreamImpl, TPeekingStreamImpl, TRangeIntStream, TRangeLongStream, TSimpleDoubleStreamImpl, TSimpleIntStreamImpl, TSimpleLongStreamImpl, TSimpleStreamImpl, TSingleDoubleStreamImpl, TSingleIntStreamImpl, TSingleLongStreamImpl, TSingleStreamImpl, TSkippingDoubleStreamImpl, TSkippingIntStreamImpl, TSkippingLongStreamImpl, TSkippingStreamImpl, TSortedStreamImpl, TSpecializedConcatDoubleStream, TSpecializedConcatIntStream, TSpecializedConcatLongStream, TSpecializedConcatStream, TStreamOverSpliterator, TStreamOverSpliteratorSupplier, TStringCharsStream, TStringCodePointsStream, TTakeWhileDoubleStream, TTakeWhileIntStream, TTakeWhileLongStream, TTakeWhileStream, TWrappingDoubleStreamImpl, TWrappingIntStreamImpl, TWrappingLongStreamImpl, TWrappingStreamImpl

public interface TBaseStream<T,S extends TBaseStream<T,S>> extends AutoCloseable
  • Method Details

    • iterator

      Iterator<T> iterator()
    • spliterator

      Spliterator<T> spliterator()
    • isParallel

      boolean isParallel()
    • sequential

      S sequential()
    • parallel

      S parallel()
    • unordered

      S unordered()
    • onClose

      S onClose(Runnable closeHandler)