object Empty extends Cause[Nothing] with Product with Serializable
- Alphabetic
- By Inheritance
- Empty
- Cause
- Serializable
- 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 >: 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
-
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
-
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( ... ) @native()
-
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
-
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
-
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
- Empty → Equals → AnyRef → Any
-
final
def
failed: Boolean
- Definition Classes
- Cause
-
def
failureOption: Option[Nothing]
Returns the
Eassociated with the firstFailin thisCauseif one exists.Returns the
Eassociated with the firstFailin thisCauseif one exists.- 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: List[Nothing]
Produces a list of all recoverable errors
Ein theCause.Produces a list of all recoverable errors
Ein theCause.- 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](empty: ⇒ Z, failCase: (Nothing) ⇒ Z, dieCase: (Throwable) ⇒ Z, interruptCase: (Id) ⇒ Z)(thenCase: (Z, Z) ⇒ Z, bothCase: (Z, Z) ⇒ Z, tracedCase: (Z, ZTrace) ⇒ Z): Z
- Definition Classes
- Cause
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
interrupted: Boolean
Determines if the
Causecontains an interruption.Determines if the
Causecontains an interruption.- Definition Classes
- Cause
-
final
def
interruptors: Set[Id]
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
-
final
def
isEmpty: Boolean
Determines if the
Causeis empty.Determines if the
Causeis empty.- 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
Returns a
Stringwith the cause pretty-printed.Returns a
Stringwith the cause pretty-printed.- Definition Classes
- Cause
-
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
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
traces: List[ZTrace]
Grabs a list of execution traces from the cause.
Grabs a list of execution traces from the cause.
- Definition Classes
- Cause
-
final
def
untraced: Cause[Nothing]
Returns a
Causethat has been stripped of all tracing information.Returns a
Causethat has been stripped of all tracing information.- Definition Classes
- Cause
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()