Class DoubleStream

java.lang.Object
com.landawn.abacus.util.stream.DoubleStream
All Implemented Interfaces:
Immutable, BaseStream<Double,double[],DoublePredicate,DoubleConsumer,DoubleList,u.OptionalDouble,IndexedDouble,DoubleIterator,DoubleStream>, Closeable, AutoCloseable
Direct Known Subclasses:
DoubleStream.DoubleStreamEx

@Immutable public abstract class DoubleStream extends Object
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
See Also: