MyUtilityExtensionIterableAssociateWith<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
associateWith<
V> (V valueSelector(int index, E element)) → Map< E, V> -
Available on Iterable<
Returns a Map containing the values returned fromE> , provided by the MyUtilityExtensionIterableAssociateWith extensionvalueSelectorfunction applied to each element indexed by the elements from the collection.