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>

final class UncheckedIOIterable<E> extends Object implements Iterable<E>
An Iterable for an IOIterable that throws UncheckedIOException instead of IOException.

Keep package-private for now.

  • Field Details

  • Constructor Details

    • UncheckedIOIterable

      UncheckedIOIterable(IOIterable<E> delegate)
      Constructs a new instance.
      Parameters:
      delegate - The delegate
  • Method Details