implicit final
class
RightBiasedEither[A, B] extends AnyVal
Instance Constructors
-
new
RightBiasedEither(either: Either[A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
either: Either[A, B]
-
-
-
-
-
def
flatMap[A1 >: A, B1](f: (B) ⇒ Either[A1, B1]): Either[A1, B1]
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[B1](f: (B) ⇒ B1): Either[A, B1]
-
def
toOption: Option[B]
-
def
toString(): String
-