arrow-core / arrow.core.extensions / EitherBifunctor

EitherBifunctor

interface ~~EitherBifunctor~~ : Bifunctor<ForEither> Deprecated: Bifunctor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either

Functions

bimap open fun <A, B, C, D> EitherOf<A, B>.bimap(fl: (A) -> C, fr: (B) -> D): Either<C, D>

Inheritors

EitherBicrosswalk interface ~~EitherBicrosswalk~~ : Bicrosswalk<ForEither>, EitherBifunctor, EitherBifoldable

Do you like Arrow?

Arrow Org
<