implicit final class ExtraRichEither[+A, +B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtraRichEither
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExtraRichEither(either: 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
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toFuture(implicit ev: <:<[A, Throwable]): Future[B]
Returns a completed Future from this Either.
Returns a completed Future from this Either.
The Future returned succeeds with the
Right
value if this Either is a Right, or fails with theLeft
value if this Either is a Left.- returns
a Future from this Either
-
def
toString(): String
- Definition Classes
- Any