com.mchange.leftright.BiasedEither.RightBias.withEmptyToken

Throwing

final class Throwing extends Generic[Nothing]

Linear Supertypes
Generic[Nothing], Bias[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Throwing
  2. Generic
  3. Bias
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Definition Classes
    Bias
  9. def empty: Nothing

    Definition Classes
    ThrowingBias
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Generic
  13. def finalize(): Unit

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

    Definition Classes
    Generic
  15. def forall[A >: Nothing, B](target: Either[A, B])(f: (B) ⇒ Boolean): Boolean

    Definition Classes
    Generic
  16. def foreach[A >: Nothing, B, U](target: Either[A, B])(f: (B) ⇒ U): Any

    Definition Classes
    Generic
  17. def get[A >: Nothing, B](target: Either[A, B]): B

    Definition Classes
    Generic
  18. final def getClass(): Class[_]

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

    Definition Classes
    Generic
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def isEmpty[A, B](target: Either[A, B]): Boolean

    Definition Classes
    ThrowingGeneric
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isLeftBias: Boolean

    Definition Classes
    GenericBias
  24. def isRightBias: Boolean

    Definition Classes
    Bias
  25. def leftEmpty: Nothing

    Attributes
    protected
    Definition Classes
    ThrowingGeneric
  26. def map[A >: Nothing, B, Z](target: Either[A, B])(f: (B) ⇒ Z): Either[A, Z]

    Definition Classes
    Generic
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

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

    Definition Classes
    Generic
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. implicit def toOps[A >: Nothing, B](target: Either[A, B]): Ops[A, B]

    Definition Classes
    Generic
  33. def toOption[A >: Nothing, B](target: Either[A, B]): Option[B]

    Definition Classes
    Generic
  34. def toSeq[A >: Nothing, B](target: Either[A, B]): Seq[B]

    Definition Classes
    Generic
  35. def toString(): String

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

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

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

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

    Definition Classes
    Generic
  40. def xget[A >: Nothing, B](target: Either[A, B]): A

    Definition Classes
    Generic
  41. def xgetOrElse[A >: Nothing, AA >: A, B](target: Either[A, B])(or: ⇒ AA): AA

    Definition Classes
    Generic
  42. def xmap[A >: Nothing, B, Z](target: Either[A, B])(f: (A) ⇒ Z): Either[Z, B]

    Definition Classes
    Generic

Inherited from Generic[Nothing]

Inherited from Bias[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped