flatMerge

fun <K, V : Any> Iterable<Map<K, List<V>>>.flatMerge(): Map<K, List<V>>(source)

For each key, merges all the list into one common list.