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