public class DoubleFlatMap extends PrimitiveIterator.OfDouble
| Constructor and Description |
|---|
DoubleFlatMap(PrimitiveIterator.OfDouble iterator,
DoubleFunction<? extends DoubleStream> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
next, removepublic DoubleFlatMap(@NotNull
PrimitiveIterator.OfDouble iterator,
@NotNull
DoubleFunction<? extends DoubleStream> mapper)
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDouble