| Package | Description |
|---|---|
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
DoubleStream |
DoubleStream.flatMap(DoubleFunction<? extends DoubleStream> mapper) |
<U> Stream<U> |
DoubleStream.mapToObj(DoubleFunction<? extends U> mapper) |
Copyright © 2018. All rights reserved.