public static interface DoubleStream.DoubleMapMultiConsumer
DoubleStream.mapMulti(com.annimon.stream.DoubleStream.DoubleMapMultiConsumer)| Modifier and Type | Method and Description |
|---|---|
void |
accept(double value,
DoubleConsumer consumer)
Replaces the given
value with zero or more values
by feeding the mapped values to the consumer consumer. |
void accept(double value,
DoubleConsumer consumer)
value with zero or more values
by feeding the mapped values to the consumer consumer.value - the double value coming from upstreamconsumer - a DoubleConsumer accepting the mapped values