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 extensionvalueSelectorfunction applied to each element indexed by the elements from the collection.