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