arrow-core / arrow.core.extensions.either.bifunctor / arrow.Kind
bimap | fun <A, B, C, D> Kind<Kind<ForEither, A>, B>.~~bimap~~(arg1: (A) -> C, arg2: (B) -> D): Either<C, D> |
leftWiden | fun <AA, B, A : AA> Kind<Kind<ForEither, A>, B>.leftWiden(): Either<AA, B> |
mapLeft | fun <A, B, C> Kind<Kind<ForEither, A>, B>.~~mapLeft~~(arg1: (A) -> C): Either<C, B> |
Do you like Arrow?
✖