Class

org.atnos.eff.syntax

EitherEffectOps

Related Doc: package syntax

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attemptEither[E](implicit m: /=[[β$3$]Either[E, β$3$], R]): Eff[R, Either[E, A]]

    Permalink
  6. def catchLeft[E](handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β$4$]Either[E, β$4$], R]): Eff[R, A]

    Permalink
  7. def catchLeftCombine[E](handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β$6$]Either[E, β$6$], R], s: Semigroup[E]): Eff[R, A]

    Permalink
  8. val e: Eff[R, A]

    Permalink
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def localEither[E](modify: (E) ⇒ E)(implicit m: /=[[β$11$]Either[E, β$11$], R]): Eff[R, A]

    Permalink
  12. def runEither[E](implicit m: Member[[β$0$]Either[E, β$0$], R]): Eff[Out, Either[E, A]]

    Permalink
  13. def runEitherCatchLeft[E, U](handle: (E) ⇒ Eff[U, A])(implicit member: Aux[[β$5$]Either[E, β$5$], R, U]): Eff[U, A]

    Permalink
  14. def runEitherCombine[E, U](implicit m: Aux[[β$2$]Either[E, β$2$], R, U], s: Semigroup[E]): Eff[U, Either[E, A]]

    Permalink
  15. def runEitherU[E, U](implicit m: Aux[[β$1$]Either[E, β$1$], R, U]): Eff[U, Either[E, A]]

    Permalink
  16. def toString(): String

    Permalink
    Definition Classes
    Any
  17. def translateEither[U, C, B](getter: (C) ⇒ B)(implicit sr: Aux[[β$9$]Either[C, β$9$], R, U], br: |=[[β$10$]Either[B, β$10$], U]): Eff[U, A]

    Permalink
  18. def zoomEither[BR, U, C, B](getter: (C) ⇒ B)(implicit m1: Aux[[β$7$]Either[C, β$7$], R, U], m2: Aux[[β$8$]Either[B, β$8$], BR, U]): Eff[BR, A]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped