Package org.apache.commons.io.function
Class UncheckedIOIterable<E>
java.lang.Object
org.apache.commons.io.function.UncheckedIOIterable<E>
- Type Parameters:
E- the type of elements returned by this iterator.
- All Implemented Interfaces:
Iterable<E>
An
Iterable for an IOIterable that throws UncheckedIOException instead of IOException.
Keep package-private for now.
-
Field Details
-
delegate
-
-
Constructor Details
-
UncheckedIOIterable
UncheckedIOIterable(IOIterable<E> delegate) Constructs a new instance.- Parameters:
delegate- The delegate
-
-
Method Details