final class RemoteLeftProjection[A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteLeftProjection
- 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 exists(p: (Remote[A]) ⇒ Remote[Boolean]): Remote[Boolean]
- def filterToOption[B1](p: (Remote[A]) ⇒ Remote[Boolean]): Remote[Option[Either[A, B1]]]
- def flatMap[A1, B1 >: B](f: (Remote[A]) ⇒ Remote[Either[A1, B1]]): Remote[Either[A1, B1]]
- def forall(p: (Remote[A]) ⇒ Remote[Boolean]): Remote[Boolean]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getOrElse[A1 >: A](or: ⇒ Remote[A1]): Remote[A1]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[A1](f: (Remote[A]) ⇒ Remote[A1]): Remote[Either[A1, B]]
- val self: Remote[Either[A, B]]
- def toOption: Remote[Option[A]]
- def toSeq: Remote[List[A]]
-
def
toString(): String
- Definition Classes
- Any