final class EitherOps[L, R] extends AnyVal with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherOps
- Serializable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EitherOps(e: Either[L, R])
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
- val e: Either[L, R]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toCoproduct(implicit eitherToCoproduct: EitherToCoproduct[L, R]): Out
Embeds this
Eitherinto aCoproduct - def toString(): String
- Definition Classes
- Any