final class EitherEffectScalazOps[R, A] extends AnyVal
- Source
- either.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherEffectScalazOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catchLeftCombine[E](handle: (E) => Eff[R, A])(implicit member: /=[[β$2$]Either[E, β$2$], R], s: Semigroup[E]): Eff[R, A]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def runDisjunction[U, E](implicit m: Aux[[β$0$]Either[E, β$0$], R, U]): Eff[U, \/[E, A]]
- def runDisjunctionCombine[U, E](implicit m: Aux[[β$1$]Either[E, β$1$], R, U], s: Semigroup[E]): Eff[U, \/[E, A]]
- def toString(): String
- Definition Classes
- Any