public class ObjFlatMapToLong<T> extends PrimitiveExtIterator.OfLong
hasNext, isInit, next| Constructor and Description |
|---|
ObjFlatMapToLong(java.util.Iterator<? extends T> iterator,
Function<? super T,? extends LongStream> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, nextLongnext, removepublic ObjFlatMapToLong(@NotNull
java.util.Iterator<? extends T> iterator,
@NotNull
Function<? super T,? extends LongStream> mapper)
protected void nextIteration()
nextIteration in class PrimitiveExtIterator.OfLong