Class CloseableIteratorAggregatorWithoutException<E>

java.lang.Object
fr.lirmm.graphik.util.stream.AbstractCloseableIterator<E>
fr.lirmm.graphik.util.stream.CloseableIteratorAggregatorWithoutException<E>
Type Parameters:
E - type of elements of the iterator
All Implemented Interfaces:
CloseableIterator<E>, CloseableIteratorWithoutException<E>, Closeable, AutoCloseable, Iterator<E>

public class CloseableIteratorAggregatorWithoutException<E> extends AbstractCloseableIterator<E> implements CloseableIteratorWithoutException<E>
Aggregates closeable iterators into a single closeable iterator without checked exceptions.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>