arrow-core / arrow.core.extensions.either.bifunctor
arrow.core.Either | |
arrow.Kind |
leftFunctor | fun <X> ~~leftFunctor~~(): Functor<Conested<ForEither, X>> |
lift | fun <A, B, C, D> ~~lift~~(arg0: (A) -> C, arg1: (B) -> D): (Kind<Kind<ForEither, A>, B>) -> Kind<Kind<ForEither, C>, D> |
rightFunctor | fun <X> ~~rightFunctor~~(): Functor<Kind<ForEither, X>> |
Do you like Arrow?
✖