Class TSimpleStreamImpl<T>

java.lang.Object
org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl<T>
All Implemented Interfaces:
AutoCloseable, TBaseStream<T,​TStream<T>>, TStream<T>
Direct Known Subclasses:
TArrayStreamImpl, TBoxedDoubleStream, TBoxedIntStream, TBoxedLongStream, TCloseHandlingStream, TEmptyStreamImpl, TFlatMappingStreamImpl, TGenerateStream, TGenericConcatStream, TIterateStream, TLimitingStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TMappingToObjStreamImpl, TSingleStreamImpl, TSkippingStreamImpl, TSortedStreamImpl, TSpecializedConcatStream, TStreamOverSpliterator, TStreamOverSpliteratorSupplier, TWrappingStreamImpl

public abstract class TSimpleStreamImpl<T> extends Object implements TStream<T>