| Package | Description |
|---|---|
| net.dreamlu.mica.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static <R> Stream<R> |
StreamUtil.mapWithIndex(LongStream stream,
StreamUtil.LongFunctionWithIndex<R> function)
Returns a stream consisting of the results of applying the given function to the elements of
stream and their indexes in the stream. |
Copyright © 2024. All rights reserved.