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>