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