IterableAssociate<E> extension

on

Methods

associate<K, V>(MapEntry<K, V> transform(E element)) Map<K, V>
Returns a Map containing key-value pairs provided by transform function applied to elements of this collection.