Interface IOIterable<T>

Type Parameters:
T - the type of elements returned by the iterable.
All Known Implementing Classes:
ReversedLinesFileReader

public interface IOIterable<T>
Like Iterable but throws IOException.
Since:
2.19.0