arrow-core / arrow.core.extensions / EitherMonad / ap
open fun <A, B> EitherOf<L, A>.ap(ff: EitherOf<L, (A) -> B>): Either<L, B>
Do you like Arrow?