| Package | Description |
|---|---|
| com.annimon.stream |
| Modifier and Type | Method and Description |
|---|---|
Stream<IntPair<T>> |
Stream.indexed()
Returns
Stream with indexed elements. |
Stream<IntPair<T>> |
Stream.indexed(int from,
int step)
Returns
Stream with indexed elements. |
Copyright © 2017. All rights reserved.