arrow-core / arrow.core.extensions / AndThenFunctor
interface ~~AndThenFunctor~~<X> : Functor<AndThenPartialOf<X>>
Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe
map | open fun <A, B> AndThenOf<X, A>.map(f: (A) -> B): AndThen<X, B> |
AndThenApplicative | interface ~~AndThenApplicative~~<X> : Applicative<AndThenPartialOf<X>>, AndThenFunctor <X> |
AndThenApply | interface ~~AndThenApply~~<X> : Apply<AndThenPartialOf<X>>, AndThenFunctor <X> |
Do you like Arrow?
✖