final class EitherObjectOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherObjectOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EitherObjectOps(either: Either.type)
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 catchNonFatal[A](f: ⇒ A): Either[Throwable, A]
- val either: Either.type
- def fromOption[A, B](o: Option[B], ifNone: ⇒ A): Either[A, B]
- def fromTry[A](t: Try[A]): Either[Throwable, A]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def left[A, B](a: A): Either[A, B]
- def right[A, B](b: B): Either[A, B]
-
def
toString(): String
- Definition Classes
- Any