Class CheckedStream<T,E extends Exception>

java.lang.Object
com.landawn.abacus.util.CheckedStream<T,E>
Type Parameters:
T -
E -
All Implemented Interfaces:
Immutable, Closeable, AutoCloseable

@SequentialOnly @Immutable public final class CheckedStream<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: