Class FilterIteratorWithoutException<U,T>

java.lang.Object
fr.inria.rules.integraal.util.stream.filter.FilterIterator<U,T>
fr.inria.rules.integraal.util.stream.filter.FilterIteratorWithoutException<U,T>
Type Parameters:
U - type of the initial elements
T - type of the result elements
All Implemented Interfaces:
CloseableIterator<T>, CloseableIteratorWithoutException<T>, Closeable, AutoCloseable, Iterator<T>

public class FilterIteratorWithoutException<U,T> extends FilterIterator<U,T> implements CloseableIteratorWithoutException<T>
Applies a filter while exposing an iterator that does not throw checked iterator exceptions.
Author:
Clement Sipieter (INRIA) <clement@6pi.fr>