object Interrupt extends Cause[Nothing] with Product with Serializable
- Alphabetic
- By Inheritance
- Interrupt
- Cause
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def &&[E1 >: Nothing](that: Cause[E1]): Cause[E1]
- Definition Classes
- Cause
- final def ++[E1 >: Nothing](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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def defects: List[Throwable]
- Definition Classes
- Cause
- final def dieOption: Option[Throwable]
Returns the
Throwableassociated with the firstDiein thisCauseif one exists.Returns the
Throwableassociated with the firstDiein thisCauseif one exists.- 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
- Interrupt → Equals → AnyRef → Any
- final def failed: Boolean
- Definition Classes
- Cause
- final def failureOrCause: Either[Nothing, 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 >: Nothing]: List[E1]
- Definition Classes
- Cause
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def flatMap[E1](f: (Nothing) => Cause[E1]): Cause[E1]
- Definition Classes
- Cause
- final def flatten[E1](implicit ev: <:<[Nothing, Cause[E1]]): Cause[E1]
- Definition Classes
- Cause
- final def fold[Z](failCase: (Nothing) => Z, dieCase: (Throwable) => Z, interruptCase: => Z)(thenCase: (Z, Z) => Z, bothCase: (Z, Z) => Z, tracedCase: (Z, ZTrace) => Z): Z
- Definition Classes
- Cause
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def interrupted: Boolean
- Definition Classes
- Cause
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[E1](f: (Nothing) => 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 productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def squash(implicit ev: <:<[Nothing, 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: (Nothing) => 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[Nothing]
- 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()