| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function | |
| com.annimon.stream.operator |
| Modifier and Type | Method and Description |
|---|---|
LongStream |
LongStream.mapIndexed(IndexedLongUnaryOperator mapper)
Returns a
LongStream with elements that obtained
by applying the given IndexedLongUnaryOperator. |
LongStream |
LongStream.mapIndexed(int from,
int step,
IndexedLongUnaryOperator mapper)
Returns a
LongStream with elements that obtained
by applying the given IndexedLongUnaryOperator. |
| Modifier and Type | Method and Description |
|---|---|
static IndexedLongUnaryOperator |
IndexedLongUnaryOperator.Util.wrap(LongUnaryOperator function)
Wraps
LongUnaryOperator and returns IndexedLongUnaryOperator. |
| Constructor and Description |
|---|
LongMapIndexed(PrimitiveIndexedIterator.OfLong iterator,
IndexedLongUnaryOperator mapper) |
Copyright © 2018. All rights reserved.