public class ObjFlatMap<T,R> extends LsaExtIterator<R>
hasNext, isInit, next| Constructor and Description |
|---|
ObjFlatMap(java.util.Iterator<? extends T> iterator,
Function<? super T,? extends Stream<? extends R>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, next, removeprotected void nextIteration()
nextIteration in class LsaExtIterator<R>