Class ExceptionalStream<T,E extends Exception>

java.lang.Object
com.landawn.abacus.util.ExceptionalStream<T,E>
Type Parameters:
T -
E -
All Implemented Interfaces:
Immutable, Closeable, AutoCloseable
Direct Known Subclasses:
ExceptionalStream.StreamE

@SequentialOnly @Immutable public class ExceptionalStream<T,E extends Exception> extends Object implements Closeable, Immutable
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
Since:
1.3
Author:
Haiyang Li
See Also: