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 catchLeft[E](handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β$2$]Either[E, β$2$], R]): Eff[R, A]

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

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

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

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

    Permalink
    Definition Classes
    Any
  10. def localEither[BR, U, C, B](getter: (C) ⇒ B)(implicit m1: Aux[[β$4$]Either[C, β$4$], R, U], m2: Aux[[β$5$]Either[B, β$5$], BR, U]): Eff[BR, A]

    Permalink
  11. def runEither[E, U](implicit m: Aux[[β$0$]Either[E, β$0$], R, U]): Eff[U, Either[E, A]]

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

    Permalink
  13. def runLocalEither[U, C, B](getter: (C) ⇒ B)(implicit sr: Aux[[β$6$]Either[C, β$6$], R, U], br: |=[[β$7$]Either[B, β$7$], U]): Eff[U, A]

    Permalink
  14. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped