https://kotlinlang.org logo
a

adamd

01/25/2017, 11:28 AM
I guess you could do something like
myMap.flatMap { (k, list) -> list.map { C(k, it) } }