EitherEffectScalazOps

final class EitherEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def catchLeftCombine[E](handle: E => Eff[R, A])(implicit member: MemberInOut[[_] =>> Either[E, _$3], R], s: Semigroup[E]): Eff[R, A]
def runDisjunction[U, E](implicit m: Aux[[_] =>> Either[E, _$1], R, U]): Eff[U, E \/ A]
def runDisjunctionCombine[U, E](implicit m: Aux[[_] =>> Either[E, _$2], R, U], s: Semigroup[E]): Eff[U, E \/ A]