Trait

com.mchange.leftright.BiasedEither.RightBias.withEmptyToken

Generic

Related Doc: package withEmptyToken

Permalink

trait Generic[+E] extends Bias[E]

Linear Supertypes
Bias[E], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Generic
  2. Bias
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def empty: E

    Permalink
    Definition Classes
    Bias
  2. abstract def isEmpty[A >: E, B](target: Either[A, B]): Boolean

    Permalink
  3. abstract def leftEmpty: Left[E, Nothing]

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def conformsToBias[A, B](target: Either[A, B]): Boolean

    Permalink
    Definition Classes
    Bias
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def exists[A >: E, B](target: Either[A, B])(f: (B) ⇒ Boolean): Boolean

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flatMap[A >: E, AA >: A, B, Z](target: Either[A, B])(f: (B) ⇒ Either[AA, Z]): Either[AA, Z]

    Permalink
  12. def forall[A >: E, B](target: Either[A, B])(f: (B) ⇒ Boolean): Boolean

    Permalink
  13. def foreach[A >: E, B, U](target: Either[A, B])(f: (B) ⇒ U): Any

    Permalink
  14. def get[A >: E, B](target: Either[A, B]): B

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getOrElse[A >: E, B, BB >: B](target: Either[A, B])(or: ⇒ BB): BB

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isLeftBias: Boolean

    Permalink
    Definition Classes
    GenericBias
  20. def isRightBias: Boolean

    Permalink
    Definition Classes
    Bias
  21. def map[A >: E, B, Z](target: Either[A, B])(f: (B) ⇒ Z): Either[A, Z]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def replaceIfEmpty[A >: E, AA >: A, B](target: Either[A, B])(replacement: ⇒ AA): Either[AA, B]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. implicit def toOps[A >: E, B](target: Either[A, B]): Ops[A, B]

    Permalink
  28. def toOption[A >: E, B](target: Either[A, B]): Option[B]

    Permalink
  29. def toSeq[A >: E, B](target: Either[A, B]): Seq[B]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withFilter[A >: E, B](target: Either[A, B])(p: (B) ⇒ Boolean): Either[A, B]

    Permalink
  35. def xget[A >: E, B](target: Either[A, B]): A

    Permalink
  36. def xgetOrElse[A >: E, AA >: A, B](target: Either[A, B])(or: ⇒ AA): AA

    Permalink
  37. def xmap[A >: E, B, Z](target: Either[A, B])(f: (A) ⇒ Z): Either[Z, B]

    Permalink

Inherited from Bias[E]

Inherited from AnyRef

Inherited from Any

Ungrouped