| Package | Description |
|---|---|
| java8.util.stream |
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleStream |
DoubleStream.mapMulti(DoubleStream.DoubleMapMultiConsumer mapper)
Returns a stream consisting of the results of replacing each element of
this stream with multiple elements, specifically zero or more elements.
|
Copyright © 2021. All rights reserved.