Termination

final case class Termination(value: Throwable) extends Cause[Nothing]
class Cause[Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def fold[B](fa: Throwable => B, fb: Nothing => B): B
Inherited from
Cause
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toThrowable(E: Nothing <:< Throwable): Throwable
Inherited from
Cause