Class TSimpleDoubleStreamImpl

java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
All Implemented Interfaces:
AutoCloseable, TBaseStream<Double,​TDoubleStream>, TDoubleStream
Direct Known Subclasses:
TArrayDoubleStreamImpl, TCloseHandlingDoubleStream, TEmptyDoubleStreamImpl, TFlatMappingDoubleStreamImpl, TFlatMappingToDoubleStreamImpl, TGenerateDoubleStream, TGenericConcatDoubleStream, TIntAsDoubleStream, TIterateDoubleStream, TLimitingDoubleStreamImpl, TLongAsDoubleStream, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TSingleDoubleStreamImpl, TSkippingDoubleStreamImpl, TSpecializedConcatDoubleStream, TWrappingDoubleStreamImpl

public abstract class TSimpleDoubleStreamImpl extends Object implements TDoubleStream