arrow-core / arrow.core.extensions.either.functor

Package arrow.core.extensions.either.functor

Extensions for External Classes

arrow.core.Either  
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 <L, A, B> ~~lift~~(arg0: (A) -> B): (Kind<Kind<ForEither, L>, A>) -> Kind<Kind<ForEither, L>, B>
mapConst Replaces the B value inside F with A resulting in a Kind<F, A>fun <L, A, B> A.~~mapConst~~(arg1: Kind<Kind<ForEither, L>, B>): Either<L, A>

Do you like Arrow?

Arrow Org
<