implicit final class RightBiasEither[AA, BB] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RightBiasEither
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RightBiasEither(e: Either[AA, BB])
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 bind[CC](f: (BB) => Either[AA, CC]): Either[AA, CC]
- val e: Either[AA, BB]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftMap[CC](f: (AA) => CC): Either[CC, BB]
- def map[CC](f: (BB) => CC): Either[AA, CC]
- def toString(): String
- Definition Classes
- Any