IterationWithIndex<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
mapWithIndex<
E> (E f(int index, T value)) → Iterable< E> -
Available on Iterable<
Maps each element of the iterable along with its index using the provided functionT> , provided by the IterationWithIndex extensionf.