arrow-core / arrow.core.extensions / EitherBifunctor
interface ~~EitherBifunctor~~ : Bifunctor<ForEither>
Deprecated: Bifunctor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
bimap | open fun <A, B, C, D> EitherOf<A, B>.bimap(fl: (A) -> C, fr: (B) -> D): Either<C, D> |
EitherBicrosswalk | interface ~~EitherBicrosswalk~~ : Bicrosswalk<ForEither>, EitherBifunctor , EitherBifoldable |
Do you like Arrow?
✖