final class RemoteEitherSyntax[A, B] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteEitherSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoteEitherSyntax(self: Remote[Either[A, B]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def contains[B1 >: B](elem: Remote[B1]): Remote[Boolean]
  6. def exists(f: (Remote[B]) ⇒ Remote[Boolean]): Remote[Boolean]
  7. def filterOrElse[A1 >: A](p: (Remote[B]) ⇒ Remote[Boolean], zero: ⇒ Remote[A1]): Remote[Either[A1, B]]
  8. def flatMap[A1 >: A, B1](f: (Remote[B]) ⇒ Remote[Either[A1, B1]]): Remote[Either[A1, B1]]
  9. def flatten[A1 >: A, B1](implicit ev: <:<[B, Either[A1, B1]]): Remote[Either[A1, B1]]
  10. def fold[C](left: (Remote[A]) ⇒ Remote[C], right: (Remote[B]) ⇒ Remote[C]): Remote[C]
  11. def forall(f: (Remote[B]) ⇒ Remote[Boolean]): Remote[Boolean]
  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. def getOrElse(or: ⇒ Remote[B]): Remote[B]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isLeft: Remote[Boolean]
  16. def isRight: Remote[Boolean]
  17. def joinLeft[A1 >: A, B1 >: B, C](implicit ev: <:<[A1, Either[C, B1]]): Remote[Either[C, B1]]
  18. def joinRight[A1 >: A, B1 >: B, C](implicit ev: <:<[B1, Either[A1, C]]): Remote[Either[A1, C]]
  19. def left: RemoteLeftProjection[A, B]
  20. def map[B1](f: (Remote[B]) ⇒ Remote[B1]): Remote[Either[A, B1]]
  21. def merge(implicit ev: <:<[Either[A, B], Either[B, B]]): Remote[B]
  22. def orElse[A1 >: A, B1 >: B](or: ⇒ Remote[Either[A1, B1]]): Remote[Either[A1, B1]]
  23. val self: Remote[Either[A, B]]
  24. def swap: Remote[Either[B, A]]
  25. def toOption: Remote[Option[B]]
  26. def toSeq: Remote[List[B]]
  27. def toString(): String
    Definition Classes
    Any
  28. def toTry(implicit ev: <:<[A, Throwable]): Remote[Try[B]]

Inherited from AnyVal

Inherited from Any

Ungrouped