public class SuppIterator<T> extends AbstractIterator<Option<T>>
Constructor and Description |
---|
SuppIterator(List<Option<T>> input,
IteratorToIteratorFunction<T> function) |
Modifier and Type | Method and Description |
---|---|
protected Option<T> |
getElement()
The idea behind this method is that index of each element in the input
iterator is passed to the function.
|
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SuppIterator(List<Option<T>> input, IteratorToIteratorFunction<T> function)
protected Option<T> getElement()
getElement
in class AbstractIterator<Option<T>>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.