public class TapIteratorForFunction<T> extends TapIterator<T>
every, index
current, exhausted, iterator, loaded
Constructor and Description |
---|
TapIteratorForFunction(Iterator<T> iterator,
Function<T,Void> function) |
TapIteratorForFunction(Iterator<T> iterator,
int every,
Function<T,Void> function) |
Modifier and Type | Method and Description |
---|---|
protected void |
performTap(T ret) |
loadNext, next
hasNext, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TapIteratorForFunction(Iterator<T> iterator, Function<T,Void> function)
protected void performTap(T ret)
performTap
in class TapIterator<T>