Interface TDoubleStream

All Superinterfaces:
AutoCloseable, TBaseStream<Double,​TDoubleStream>
All Known Implementing Classes:
TArrayDoubleStreamImpl, TCloseHandlingDoubleStream, TDistinctDoubleStreamImpl, TEmptyDoubleStreamImpl, TFilteringDoubleStreamImpl, TFlatMappingDoubleStreamImpl, TFlatMappingToDoubleStreamImpl, TGenerateDoubleStream, TGenericConcatDoubleStream, TIntAsDoubleStream, TIterateDoubleStream, TLimitingDoubleStreamImpl, TLongAsDoubleStream, TMappingDoubleStreamImpl, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TMappingToDoubleStreamImpl, TPeekingDoubleStreamImpl, TSimpleDoubleStreamImpl, TSingleDoubleStreamImpl, TSkippingDoubleStreamImpl, TSpecializedConcatDoubleStream, TWrappingDoubleStreamImpl

public interface TDoubleStream extends TBaseStream<Double,​TDoubleStream>