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