EitherEffectOps
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
def catchLeftCombine[E](handle: E => Eff[R, A])(member: MemberInOut[[_] =>> Either[E, _$7], R], s: Semigroup[E]): Eff[R, A]
def runEitherCatchLeft[E, U](handle: E => Eff[U, A])(member: Aux[[_] =>> Either[E, _$6], R, U]): Eff[U, A]
def runEitherCombine[E, U](m: Aux[[_] =>> Either[E, _$3], R, U], s: Semigroup[E]): Eff[U, Either[E, A]]
def translateEither[U, C, B](getter: C => B)(sr: Aux[[_] =>> Either[C, _$10], R, U], br: MemberIn[[_] =>> Either[B, _$11], U]): Eff[U, A]
def zoomEither[BR, U1, U2, C, B](getter: C => B)(m1: Aux[[_] =>> Either[C, _$8], R, U1], m2: Aux[[_] =>> Either[B, _$9], BR, U2], into: IntoPoly[U1, U2]): Eff[BR, A]