arrow-core / arrow.core.extensions / AndThenFunctor

AndThenFunctor

interface ~~AndThenFunctor~~<X> : Functor<AndThenPartialOf<X>> Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe

Functions

map open fun <A, B> AndThenOf<X, A>.map(f: (A) -> B): AndThen<X, B>

Inheritors

AndThenApplicative interface ~~AndThenApplicative~~<X> : Applicative<AndThenPartialOf<X>>, AndThenFunctor<X>
AndThenApply interface ~~AndThenApply~~<X> : Apply<AndThenPartialOf<X>>, AndThenFunctor<X>

Do you like Arrow?

Arrow Org
<