public class TapIteratorForFunction<T> extends TapIterator<T>
every, indexcurrent, 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, nexthasNext, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TapIteratorForFunction(Iterator<T> iterator, Function<T,Void> function)
protected void performTap(T ret)
performTap in class TapIterator<T>