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