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 |
---|---|
IntStream |
IntStream.mapMulti(IntStream.IntMapMultiConsumer 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.