arrow-core-data / arrow.core / kotlin.collections.Map / flatMap

flatMap

fun <K, A, B> Map<K, A>.flatMap(f: (Entry<K, A>) -> Map<K, B>): Map<K, B>

Do you like Arrow?

Arrow Org
<