toMultiMap

fun <K, V> Map<K, List<V>>.toMultiMap(): MultiMap<K, V>

Return a MultiMap containing the given Map entries.