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