arrow-core / arrow.core.extensions.andthen.functor

Package arrow.core.extensions.andthen.functor

Extensions for External Classes

arrow.core.AndThen  
arrow.Kind  

Functions

lift Lifts a function A -> B to the F structure returning a polymorphic function that can be applied over all F values in the shape of Kind<F, A>fun <X, A, B> ~~lift~~(arg0: (A) -> B): (Kind<Kind<ForAndThen, X>, A>) -> Kind<Kind<ForAndThen, X>, B>
mapConst Replaces the B value inside F with A resulting in a Kind<F, A>fun <X, A, B> A.~~mapConst~~(arg1: Kind<Kind<ForAndThen, X>, B>): AndThen<X, A>

Do you like Arrow?

Arrow Org
<