implicit final class RightBiasedEither[A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RightBiasedEither
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RightBiasedEither(e: Either[A, B])
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[A, B]
- def flatMap[AA >: A, Y](f: (B) ⇒ Either[AA, Y]): Either[AA, Y]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[Y](f: (B) ⇒ Y): Either[A, Y]
-
def
toString(): String
- Definition Classes
- Any