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