Interface CloseableIterableWithoutException<T>

Type Parameters:
T - type of elements of the iterator
All Superinterfaces:
CloseableIterable<T>, Iterable<T>
All Known Implementing Classes:
CloseableIterableAdapter

public interface CloseableIterableWithoutException<T> extends CloseableIterable<T>, Iterable<T>
Iterable exposing iterators that do not throw checked exceptions.
Author:
Cl�ment Sipieter (INRIA) <clement@6pi.fr>