MyUtilityExtensionIterableAssociate<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
associate<
K, V> ((K, V) transform(int index, E element)) → Map< K, V> -
Available on Iterable<
Returns a Map containing key-value pairs provided byE> , provided by the MyUtilityExtensionIterableAssociate extensiontransformfunction applied to elements of this collection.