public class NFlatMapIterator<TT,RR> extends NIteratorBase<RR>
| Constructor and Description |
|---|
NFlatMapIterator(Iterator<TT> from,
Function<? super TT,? extends Iterator<? extends RR>> converter) |
| Modifier and Type | Method and Description |
|---|---|
NElement |
describe() |
boolean |
hasNextImpl() |
RR |
next() |
String |
toString() |
hasNext, onClose, withDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, isNullOrEmpty, of, ofAutoClosable, ofCoalesce, ofCoalesce, ofCoalesce2, ofCollector, ofConcat, ofConcat, ofConcatLists, ofConvertNonNull, ofDistinct, ofDistinct, ofEmpty, ofInt2, ofInt2, ofNonNull, ofNullifyIfEmpty, ofSafe, ofSafeIgnore, ofSafePostpone, ofSingleton, ofSorted, ofWithDescription, toList, toList, toSet, toTreeSetforEachRemaining, removepublic NElement describe()
public boolean hasNextImpl()
hasNextImpl in class NIteratorBase<RR>public RR next()
Copyright © 2026 vpc open source initiative. All rights reserved.