Scala Standard Library 2.13.1 - scala.util.Either.LeftProjection (original) (raw)
final case class LeftProjection[+A, +B](e: Either[A, B]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeftProjection
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (LeftProjection[A, B], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val e: Either[A, B]
- def ensuring(cond: (LeftProjection[A, B]) => Boolean, msg: => Any): LeftProjection[A, B]
- def ensuring(cond: (LeftProjection[A, B]) => Boolean): LeftProjection[A, B]
- def ensuring(cond: Boolean, msg: => Any): LeftProjection[A, B]
- def ensuring(cond: Boolean): LeftProjection[A, B]
- final def eq(arg0: AnyRef): Boolean
- def exists(p: (A) => Boolean): Boolean
- def filterToOption[B1](p: (A) => Boolean): Option[Either[A, B1]]
- def finalize(): Unit
- def flatMap[A1, B1 >: B](f: (A) => Either[A1, B1]): Either[A1, B1]
- def forall(p: (A) => Boolean): Boolean
- def foreach[U](f: (A) => U): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getOrElse[A1 >: A](or: => A1): A1
- final def isInstanceOf[T0]: Boolean
- def map[A1](f: (A) => A1): Either[A1, B]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def toOption: Option[A]
- def toSeq: Seq[A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit