arrow-core-data / arrow.core / kotlin.Function1 / andThen
infix fun <A, B, C> ((A) -> B).andThen(g: (B) -> C): (A) -> C
Do you like Arrow?