arrow-core-data / arrow.core / ListK / flatMap
fun <B> flatMap(f: (A) -> ListKOf<B>): ListK<B>
fun <B> flatMap(f: (A) ->
ListKOf
<B>):
ListK
<B>
Do you like Arrow?