final class RemoteEitherSyntax[A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteEitherSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 contains[B1 >: B](elem: Remote[B1]): Remote[Boolean]
- def exists(f: (Remote[B]) ⇒ Remote[Boolean]): Remote[Boolean]
- def filterOrElse[A1 >: A](p: (Remote[B]) ⇒ Remote[Boolean], zero: ⇒ Remote[A1]): Remote[Either[A1, B]]
- def flatMap[A1 >: A, B1](f: (Remote[B]) ⇒ Remote[Either[A1, B1]]): Remote[Either[A1, B1]]
- def flatten[A1 >: A, B1](implicit ev: <:<[B, Either[A1, B1]]): Remote[Either[A1, B1]]
- def fold[C](left: (Remote[A]) ⇒ Remote[C], right: (Remote[B]) ⇒ Remote[C]): Remote[C]
- def forall(f: (Remote[B]) ⇒ Remote[Boolean]): Remote[Boolean]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getOrElse(or: ⇒ Remote[B]): Remote[B]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeft: Remote[Boolean]
- def isRight: Remote[Boolean]
- def joinLeft[A1 >: A, B1 >: B, C](implicit ev: <:<[A1, Either[C, B1]]): Remote[Either[C, B1]]
- def joinRight[A1 >: A, B1 >: B, C](implicit ev: <:<[B1, Either[A1, C]]): Remote[Either[A1, C]]
- def left: RemoteLeftProjection[A, B]
- def map[B1](f: (Remote[B]) ⇒ Remote[B1]): Remote[Either[A, B1]]
- def merge(implicit ev: <:<[Either[A, B], Either[B, B]]): Remote[B]
- def orElse[A1 >: A, B1 >: B](or: ⇒ Remote[Either[A1, B1]]): Remote[Either[A1, B1]]
- val self: Remote[Either[A, B]]
- def swap: Remote[Either[B, A]]
- def toOption: Remote[Option[B]]
- def toSeq: Remote[List[B]]
-
def
toString(): String
- Definition Classes
- Any
- def toTry(implicit ev: <:<[A, Throwable]): Remote[Try[B]]