final case class Both[E](left: Cause[E], right: Cause[E]) extends Cause[E] with Product with Serializable
- Self Type
- Both[E]
- Alphabetic
- By Inheritance
- Both
- Cause
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def &&[E1 >: E](that: Cause[E1]): Cause[E1]
- Definition Classes
- Cause
- final def ++[E1 >: E](that: Cause[E1]): Cause[E1]
- Definition Classes
- Cause
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def defects: List[Throwable]
- Definition Classes
- Cause
- final def died: Boolean
- Definition Classes
- Cause
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(that: Any): Boolean
- Definition Classes
- Both → Equals → AnyRef → Any
- final def failed: Boolean
- Definition Classes
- Cause
- final def failureOrCause: Either[E, Cause[Nothing]]
Retrieve the first checked error on the
Leftif available, if there are no checked errors return the rest of theCausethat is known to contain onlyDieorInterruptcauses.Retrieve the first checked error on the
Leftif available, if there are no checked errors return the rest of theCausethat is known to contain onlyDieorInterruptcauses.- Definition Classes
- Cause
- final def failures[E1 >: E]: List[E1]
- Definition Classes
- Cause
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def fold[Z](z: Z)(f: PartialFunction[(Z, Cause[E]), Z]): Z
- Definition Classes
- Cause
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hashCode(): Int
- Definition Classes
- Both → AnyRef → Any
- final def interrupted: Boolean
- Definition Classes
- Cause
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: Cause[E]
- final def map[E1](f: (E) => E1): Cause[E1]
- Definition Classes
- Cause
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def prettyPrint: String
- Definition Classes
- Cause
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val right: Cause[E]
- final def squash(implicit ev: <:<[E, Throwable]): Throwable
Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.- Definition Classes
- Cause
- final def squashWith(f: (E) => Throwable): Throwable
Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.- Definition Classes
- Cause
- final def stripFailures: Option[Cause[Nothing]]
Remove all
FailandInterruptnodes from thisCause, return onlyDiecause/finalizer defects.Remove all
FailandInterruptnodes from thisCause, return onlyDiecause/finalizer defects.- Definition Classes
- Cause
- final def succeeded: Boolean
- Definition Classes
- Cause
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def traces: List[ZTrace]
- Definition Classes
- Cause
- final def untraced: Cause[E]
- Definition Classes
- Cause
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()