public class FlatMapIterator<TT,RR> extends NutsIteratorBase<RR>
| Constructor and Description |
|---|
FlatMapIterator(Iterator<TT> from,
Function<? super TT,? extends Iterator<? extends RR>> converter) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
boolean |
hasNext() |
RR |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removeCopyright © 2022 vpc open source initiative. All rights reserved.