Packages

case object Empty extends Cause[Nothing] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. Cause
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def &&[E1 >: Nothing](that: Cause[E1]): Cause[E1]

    Returns a cause that fails for this cause and the specified cause, in parallel.

    Returns a cause that fails for this cause and the specified cause, in parallel.

    Definition Classes
    Cause
  4. final def ++[E1 >: Nothing](that: Cause[E1]): Cause[E1]

    Returns a cause that fails for this cause and the specified cause, in sequence.

    Returns a cause that fails for this cause and the specified cause, in sequence.

    Definition Classes
    Cause
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def annotated(annotations: Map[String, String]): Cause[Nothing]

    Adds the specified annotations.

    Adds the specified annotations.

    Definition Classes
    Cause
  7. def annotations: Map[String, String]

    Grabs the annotations from the cause.

    Grabs the annotations from the cause.

    Definition Classes
    Cause
  8. final def as[E1](e: => E1): Cause[E1]

    Maps the error value of this cause to the specified constant value.

    Maps the error value of this cause to the specified constant value.

    Definition Classes
    Cause
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. final def contains[E1 >: Nothing](that: Cause[E1]): Boolean

    Determines if this cause contains or is equal to the specified cause.

    Determines if this cause contains or is equal to the specified cause.

    Definition Classes
    Cause
  12. final def defects: List[Throwable]

    Extracts a list of non-recoverable errors from the Cause.

    Extracts a list of non-recoverable errors from the Cause.

    Definition Classes
    Cause
  13. final def dieOption: Option[Throwable]

    Returns the Throwable associated with the first Die in this Cause if one exists.

    Returns the Throwable associated with the first Die in this Cause if one exists.

    Definition Classes
    Cause
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean
    Definition Classes
    Cause → Equals → AnyRef → Any
  16. def failureOption: Option[Nothing]

    Returns the E associated with the first Fail in this Cause if one exists.

    Returns the E associated with the first Fail in this Cause if one exists.

    Definition Classes
    Cause
  17. final def failureOrCause: Either[Nothing, Cause[Nothing]]

    Retrieve the first checked error on the Left if available, if there are no checked errors return the rest of the Cause that is known to contain only Die or Interrupt causes.

    Retrieve the first checked error on the Left if available, if there are no checked errors return the rest of the Cause that is known to contain only Die or Interrupt causes.

    Definition Classes
    Cause
  18. def failureTraceOption: Option[(Nothing, StackTrace)]

    Returns the E associated with the first Fail in this Cause if one exists, along with its (optional) trace.

    Returns the E associated with the first Fail in this Cause if one exists, along with its (optional) trace.

    Definition Classes
    Cause
  19. final def failureTraceOrCause: Either[(Nothing, StackTrace), Cause[Nothing]]

    Retrieve the first checked error and its trace on the Left if available, if there are no checked errors return the rest of the Cause that is known to contain only Die or Interrupt causes.

    Retrieve the first checked error and its trace on the Left if available, if there are no checked errors return the rest of the Cause that is known to contain only Die or Interrupt causes.

    Definition Classes
    Cause
  20. final def failures: List[Nothing]

    Produces a list of all recoverable errors E in the Cause.

    Produces a list of all recoverable errors E in the Cause.

    Definition Classes
    Cause
  21. final def filter(p: (Cause[Nothing]) => Boolean): Cause[Nothing]

    Filters the specified causes out of this cause.

    Filters the specified causes out of this cause.

    Definition Classes
    Cause
  22. final def find[Z](f: PartialFunction[Cause[Nothing], Z]): Option[Z]

    Finds something and extracts some details from it.

    Finds something and extracts some details from it.

    Definition Classes
    Cause
  23. final def flatMap[E2](f: (Nothing) => Cause[E2]): Cause[E2]

    Transforms each error value in this cause to a new cause with the specified function and then flattens the nested causes into a single cause.

    Transforms each error value in this cause to a new cause with the specified function and then flattens the nested causes into a single cause.

    Definition Classes
    Cause
  24. final def flatten[E1](implicit ev: <:<[Nothing, Cause[E1]]): Cause[E1]

    Flattens a nested cause.

    Flattens a nested cause.

    Definition Classes
    Cause
  25. final def fold[Z](empty0: => Z, failCase0: (Nothing, StackTrace) => Z, dieCase0: (Throwable, StackTrace) => Z, interruptCase0: (FiberId, StackTrace) => Z)(thenCase0: (Z, Z) => Z, bothCase0: (Z, Z) => Z, stacklessCase0: (Z, Boolean) => Z): Z
    Definition Classes
    Cause
  26. final def foldContext[C, E1 >: Nothing, Z](context: C)(folder: Folder[C, E1, Z]): Z

    Folds over the cases of this cause with the specified functions.

    Folds over the cases of this cause with the specified functions.

    Definition Classes
    Cause
  27. final def foldLeft[Z](z: Z)(f: PartialFunction[(Z, Cause[Nothing]), Z]): Z

    Folds over the cause to statefully compute a value.

    Folds over the cause to statefully compute a value.

    Definition Classes
    Cause
  28. final def foldLog[Z](empty0: => Z, failCase0: (Nothing, StackTrace, List[LogSpan], Map[String, String]) => Z, dieCase0: (Throwable, StackTrace, List[LogSpan], Map[String, String]) => Z, interruptCase0: (FiberId, StackTrace, List[LogSpan], Map[String, String]) => Z)(thenCase0: (Z, Z) => Z, bothCase0: (Z, Z) => Z, stacklessCase0: (Z, Boolean) => Z): Z
    Definition Classes
    Cause
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. def hashCode(): Int
    Definition Classes
    Cause → AnyRef → Any
  31. final def interruptOption: Option[FiberId]
    Definition Classes
    Cause
  32. final def interruptors: Set[FiberId]

    Returns a set of interruptors, fibers that interrupted the fiber described by this Cause.

    Returns a set of interruptors, fibers that interrupted the fiber described by this Cause.

    Definition Classes
    Cause
  33. final def isDie: Boolean
    Definition Classes
    Cause
  34. final def isEmpty: Boolean

    Determines if the Cause is empty.

    Determines if the Cause is empty.

    Definition Classes
    Cause
  35. final def isFailure: Boolean
    Definition Classes
    Cause
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def isInterrupted: Boolean

    Determines if the Cause contains an interruption.

    Determines if the Cause contains an interruption.

    Definition Classes
    Cause
  38. final def isInterruptedOnly: Boolean

    Determines if the Cause contains only interruptions and not any Die or Fail causes.

    Determines if the Cause contains only interruptions and not any Die or Fail causes.

    Definition Classes
    Cause
  39. final def isTraced: Boolean

    Determines if the Cause is traced.

    Determines if the Cause is traced.

    Definition Classes
    Cause
  40. final def keepDefects: Option[Cause[Nothing]]

    Remove all Fail and Interrupt nodes from this Cause, return only Die cause/finalizer defects.

    Remove all Fail and Interrupt nodes from this Cause, return only Die cause/finalizer defects.

    Definition Classes
    Cause
  41. def linearize[E1 >: Nothing]: Set[Cause[E1]]

    Linearizes this cause to a set of parallel causes where each parallel cause contains a linear sequence of failures.

    Linearizes this cause to a set of parallel causes where each parallel cause contains a linear sequence of failures.

    Definition Classes
    Cause
  42. final def map[E1](f: (Nothing) => E1): Cause[E1]

    Transforms the error type of this cause with the specified function.

    Transforms the error type of this cause with the specified function.

    Definition Classes
    Cause
  43. final def mapAnnotations(f: (Map[String, String]) => Map[String, String]): Cause[Nothing]

    Transforms the annotations in this cause with the specified function.

    Transforms the annotations in this cause with the specified function.

    Definition Classes
    Cause
  44. final def mapSpans(f: (List[LogSpan]) => List[LogSpan]): Cause[Nothing]

    Transforms the spans in this cause with the specified function.

    Transforms the spans in this cause with the specified function.

    Definition Classes
    Cause
  45. final def mapTrace(f: (StackTrace) => StackTrace): Cause[Nothing]

    Transforms the traces in this cause with the specified function.

    Transforms the traces in this cause with the specified function.

    Definition Classes
    Cause
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def nonEmpty: Boolean
    Definition Classes
    Cause
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. final def prettyPrint: String

    Returns a String with the cause pretty-printed.

    Returns a String with the cause pretty-printed.

    Definition Classes
    Cause
  51. def productElementName(n: Int): String
    Definition Classes
    Product
  52. def productElementNames: Iterator[String]
    Definition Classes
    Product
  53. def size: Int
    Definition Classes
    Cause
  54. def spanned(spans: List[LogSpan]): Cause[Nothing]

    Adds the specified spans.

    Adds the specified spans.

    Definition Classes
    Cause
  55. def spans: List[LogSpan]

    Grabs a complete, linearized list of log spans for the cause.

    Grabs a complete, linearized list of log spans for the cause. Note: This linearization may be misleading in the presence of parallel errors.

    Definition Classes
    Cause
  56. final def squash(implicit ev: IsSubtypeOfError[Nothing, Throwable]): Throwable

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Definition Classes
    Cause
  57. final def squashTrace(implicit ev: IsSubtypeOfError[Nothing, Throwable]): Throwable

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable. In addition, appends a new element to the suppressed exceptions of the Throwable, with this Cause "pretty printed" (in stackless mode) as the message.

    Definition Classes
    Cause
  58. final def squashTraceWith(f: (Nothing) => Throwable): Throwable

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable. In addition, appends a new element the to Throwables "caused by" chain, with this Cause "pretty printed" (in stackless mode) as the message.

    Definition Classes
    Cause
  59. final def squashWith(f: (Nothing) => Throwable): Throwable

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Squashes a Cause down to a single Throwable, chosen to be the "most important" Throwable.

    Definition Classes
    Cause
  60. final def stripFailures: Cause[Nothing]

    Discards all typed failures kept on this Cause.

    Discards all typed failures kept on this Cause.

    Definition Classes
    Cause
  61. final def stripSomeDefects(pf: PartialFunction[Throwable, Any]): Option[Cause[Nothing]]

    Remove all Die causes that the specified partial function is defined at, returning Some with the remaining causes or None if there are no remaining causes.

    Remove all Die causes that the specified partial function is defined at, returning Some with the remaining causes or None if there are no remaining causes.

    Definition Classes
    Cause
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def trace: StackTrace

    Grabs a complete, linearized trace for the cause.

    Grabs a complete, linearized trace for the cause. Note: This linearization may be misleading in the presence of parallel errors.

    Definition Classes
    Cause
  64. final def traced(trace: StackTrace): Cause[Nothing]

    Adds the specified execution trace to traces.

    Adds the specified execution trace to traces.

    Definition Classes
    Cause
  65. final def traces: List[StackTrace]

    Grabs a list of execution traces from the cause.

    Grabs a list of execution traces from the cause.

    Definition Classes
    Cause
  66. final def unified: List[Unified]

    Returns a homogenized list of failures for the cause.

    Returns a homogenized list of failures for the cause. This homogenization process throws away key information, but it is useful for interop with traditional stack traces.

    Definition Classes
    Cause
  67. final def untraced: Cause[Nothing]

    Returns a Cause that has been stripped of all tracing information.

    Returns a Cause that has been stripped of all tracing information.

    Definition Classes
    Cause
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Cause[Nothing]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped