MapCollect<K, V, R> extension

To Collect a map in a list through a reducer.

on

Methods

collect<R>(R convert(K key, V value)) List<R>

Available on Map<K, V>, provided by the MapCollect extension