arrow-core / arrow.core.extensions / AndThenApply / ap
open fun <A, B> AndThenOf<X, A>.ap(ff: AndThenOf<X, (A) -> B>): AndThen<X, B>
Do you like Arrow?