public class FlatMapperFilterIterator<T,R> extends FlatMapperIterator<T,R>
batchIteratorcurrent| Constructor and Description |
|---|
FlatMapperFilterIterator(Iterator<T> origin,
java.util.function.Function<T,Iterator<R>> mapper,
java.util.function.Function<R,Boolean> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
fetchFromBatch() |
close, fetch, originIterator, resetBatchIteratorclose, hasNext, metadata, next, none, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FlatMapperFilterIterator(Iterator<T> origin, java.util.function.Function<T,Iterator<R>> mapper, java.util.function.Function<R,Boolean> filter)
protected final boolean fetchFromBatch()
fetchFromBatch in class FlatMapperIterator<T,R>Copyright © 2021. All rights reserved.