c

org.atnos.eff.syntax

EitherEffectOps

final class EitherEffectOps[R, A] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherEffectOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EitherEffectOps(e: Eff[R, A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def catchLeft[E](handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β$3$]Either[E, β$3$], R]): Eff[R, A]
  6. def catchLeftCombine[E](handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β$4$]Either[E, β$4$], R], s: Semigroup[E]): Eff[R, A]
  7. val e: Eff[R, A]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def localEither[E](modify: (E) ⇒ E)(implicit m: /=[[β$9$]Either[E, β$9$], R]): Eff[R, A]
  11. def runEither[E](implicit m: Member[[β$0$]Either[E, β$0$], R]): Eff[Out, Either[E, A]]
  12. def runEitherCombine[E, U](implicit m: Aux[[β$2$]Either[E, β$2$], R, U], s: Semigroup[E]): Eff[U, Either[E, A]]
  13. def runEitherU[E, U](implicit m: Aux[[β$1$]Either[E, β$1$], R, U]): Eff[U, Either[E, A]]
  14. def toString(): String
    Definition Classes
    Any
  15. def translateEither[U, C, B](getter: (C) ⇒ B)(implicit sr: Aux[[β$7$]Either[C, β$7$], R, U], br: |=[[β$8$]Either[B, β$8$], U]): Eff[U, A]
  16. def zoomEither[BR, U, C, B](getter: (C) ⇒ B)(implicit m1: Aux[[β$5$]Either[C, β$5$], R, U], m2: Aux[[β$6$]Either[B, β$6$], BR, U]): Eff[BR, A]

Inherited from AnyVal

Inherited from Any

Ungrouped