arrow-core-data / arrow.core / kotlin.Function1 / andThen

andThen

infix fun <A, B, C> ((A) -> B).andThen(g: (B) -> C): (A) -> C

Do you like Arrow?

Arrow Org
<