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