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