implicit final
class
EitherOps[L, R] extends AnyVal
Instance Constructors
-
new
EitherOps(either: Either[L, R])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
either: Either[L, R]
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
leftOr(rl: (R) ⇒ L): L
-
def
map[LV, RV](lf: (L) ⇒ LV, rf: (R) ⇒ RV): Either[LV, RV]
-
def
rightOr(lr: (L) ⇒ R): R
-
def
tap(l: (L) ⇒ Unit, r: (R) ⇒ Unit): Either[L, R]
-
def
toString(): String
-
def
toTry(implicit ev: <:<[L, Throwable]): Try[R]
Inherited from AnyVal
Inherited from NotNull
Inherited from Any