EitherEffectScalazOps

org.atnos.eff.syntax.addon.scalaz.EitherEffectScalazOps
final class EitherEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal

Attributes

Source:
either.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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]

Attributes

Source:
either.scala
def runDisjunction[U, E](implicit m: Aux[[_] =>> Either[E, _$1], R, U]): Eff[U, E \/ A]

Attributes

Source:
either.scala
def runDisjunctionCombine[U, E](implicit m: Aux[[_] =>> Either[E, _$2], R, U], s: Semigroup[E]): Eff[U, E \/ A]

Attributes

Source:
either.scala