public class FilteringIterator<T> extends AbstractIterator<Option<T>>
| Constructor and Description |
|---|
FilteringIterator(Iterator<Option<T>> iterator,
Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected Option<T> |
getElement() |
hasNext, next, removeCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.