Interface CloseableIterableWithoutException<T>

Type Parameters:
T - type of elements of the iterator
All Superinterfaces:
CloseableIterable<T>, Iterable<T>
All Known Subinterfaces:
ConjunctiveQuery, InMemoryAtomSet
All Known Implementing Classes:
AbstractInMemoryAtomSet, CloseableIterableAdapter, DefaultConjunctiveQuery, DefaultInMemoryAtomSet, LinkedListAtomSet

public interface CloseableIterableWithoutException<T> extends CloseableIterable<T>, Iterable<T>
Represents an iterable that provides closeable iterators without checked exceptions.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>