Uses of Interface
java.util.stream.IntStream.IntMapMultiConsumer
Package
Description
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
-
Uses of IntStream.IntMapMultiConsumer in java.util.stream
Modifier and TypeMethodDescriptiondefault 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.