| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function |
| Modifier and Type | Method and Description |
|---|---|
void |
IntStream.forEachIndexed(IndexedIntConsumer action)
Performs the given indexed action on each element.
|
void |
IntStream.forEachIndexed(int from,
int step,
IndexedIntConsumer action)
Performs the given indexed action on each element.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexedIntConsumer |
IndexedIntConsumer.Util.accept(IntConsumer c1,
IntConsumer c2)
Returns an
IndexedIntConsumer that accepts IntConsumer
for index and IntConsumer for value. |
static IndexedIntConsumer |
IndexedIntConsumer.Util.andThen(IndexedIntConsumer c1,
IndexedIntConsumer c2)
Composes
IndexedIntConsumer calls. |
| Modifier and Type | Method and Description |
|---|---|
static IndexedIntConsumer |
IndexedIntConsumer.Util.andThen(IndexedIntConsumer c1,
IndexedIntConsumer c2)
Composes
IndexedIntConsumer calls. |
Copyright © 2018. All rights reserved.