public static interface IntStream.IntMapMultiConsumer
IntStream.mapMulti(com.annimon.stream.IntStream.IntMapMultiConsumer)| Modifier and Type | Method and Description |
|---|---|
void |
accept(int value,
IntConsumer consumer)
Replaces the given
value with zero or more values
by feeding the mapped values to the consumer consumer. |
void accept(int value,
IntConsumer consumer)
value with zero or more values
by feeding the mapped values to the consumer consumer.value - the int value coming from upstreamconsumer - an IntConsumer accepting the mapped values