Class

com.mchange.leftright.BiasedEither.LeftBias

Ops

Related Doc: package LeftBias

Permalink

implicit final class Ops[A, B] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ops
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ops(target: Either[A, B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def conformsToBias: Boolean

    Permalink
  6. def exists(f: (A) ⇒ Boolean): Boolean

    Permalink
  7. def flatMap[BB >: B, Z](f: (A) ⇒ Either[Z, BB]): Either[Z, BB]

    Permalink
  8. def forall(f: (A) ⇒ Boolean): Boolean

    Permalink
  9. def foreach[U](f: (A) ⇒ U): Any

    Permalink
  10. def get: A

    Permalink
  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. def getOrElse[AA >: A](or: ⇒ AA): AA

    Permalink
  13. def isEmpty: Boolean

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isLeftBiased: Boolean

    Permalink
  16. def isRightBiased: Boolean

    Permalink
  17. def map[Z](f: (A) ⇒ Z): Either[Z, B]

    Permalink
  18. def replaceIfEmpty[BB >: B](replacement: ⇒ BB): Either[A, BB]

    Permalink
  19. val target: Either[A, B]

    Permalink
  20. def toOption: Option[A]

    Permalink
  21. def toSeq: Seq[A]

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    Any
  23. def withFilter(p: (A) ⇒ Boolean): Either[A, B]

    Permalink
  24. def xget: B

    Permalink
  25. def xgetOrElse[BB >: B](or: ⇒ BB): BB

    Permalink
  26. def xmap[Z](f: (B) ⇒ Z): Either[A, Z]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped