Instance Constructors
-
new
Die(value: Throwable)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
&&[E1 >: Nothing](that: Cause[E1]): Cause[E1]
-
final
def
++[E1 >: Nothing](that: Cause[E1]): Cause[E1]
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
defects: List[Throwable]
-
final
def
died: Boolean
-
-
final
def
failed: Boolean
-
-
final
def
failures[E1 >: Nothing]: List[E1]
-
def
finalize(): Unit
-
-
final
def
getClass(): Class[_]
-
final
def
interrupted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
map[E1](f: (Nothing) ⇒ E1): Cause[E1]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
squash(implicit ev: <:<[Nothing, Throwable]): Throwable
-
final
def
squashWith(f: (Nothing) ⇒ Throwable): Throwable
-
-
final
def
succeeded: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
value: Throwable
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit