arrow-core-data / arrow.core / AndThen / flatMap
fun <C> flatMap(f: (B) -> AndThenOf<A, C>): AndThen<A, C>
fun <C> flatMap(f: (B) ->
AndThenOf
<A, C>):
AndThen
<A, C>
Do you like Arrow?