MyUtilityExtensionIterableAssociate<E> extension

on

Methods

associate<K, V>((K, V) transform(int index, E element)) Map<K, V>

Available on Iterable<E>, provided by the MyUtilityExtensionIterableAssociate extension

Returns a Map containing key-value pairs provided by transform function applied to elements of this collection.