final case class Termination(compoundException: Throwable, allExceptions: NEList[Throwable], trace: Trace[Nothing]) extends FailureUninterrupted[Nothing] with Product with Serializable
Instance Constructors
- new Termination(compoundException: Throwable, allExceptions: NEList[Throwable], trace: Trace[Nothing])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- val allExceptions: NEList[Throwable]
- final def asFailure: Some[FailureUninterrupted[Nothing]]
- final def asInstanceOf[T0]: T0
- final def asSuccess: None.type
- def clone(): AnyRef
- val compoundException: Throwable
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def flatMap[E1 >: Nothing, B](f: (Nothing) => Exit[E1, B]): Termination.this.type
- final def getClass(): Class[_ <: AnyRef]
- final def isFailure: Boolean
- final def isInstanceOf[T0]: Boolean
- final def isInterrupted: Boolean
- final def isSuccess: Boolean
- final def isUninterrupted: Boolean
- def leftMap[E1](f: (Nothing) => E1): Termination.this.type
- final def map[B](f: (Nothing) => B): Termination.this.type
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def toEither: Left[List[Throwable], Nothing]
- def toEitherCompound: Left[Throwable, Nothing]
- final def toThrowable(conv: (Nothing) => Throwable): Throwable
- final def toThrowable(implicit ev: <:<[Nothing, Throwable]): Throwable
- def toThrowableEither(implicit ev: <:<[Nothing, Throwable]): Either[Throwable, Nothing]
- def toTry(implicit ev: <:<[Nothing, Throwable]): Try[Nothing]
- val trace: Trace[Nothing]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Inherited from Equals
Inherited from Exit[Nothing, Nothing]
Inherited from AnyRef
Inherited from Any