Termination

izumi.functional.bio.Exit$.Termination
See theTermination companion object
final case class Termination(compoundException: Throwable, allExceptions: List[Throwable], trace: Trace[Nothing]) extends Failure[Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Failure[Nothing]
trait Exit[Nothing, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def leftMap[E1](f: Nothing => E1): Termination.this.type

Attributes

Definition Classes
override def toEither: Left[List[Throwable], Nothing]

Attributes

Definition Classes
override def toEitherCompound: Left[Throwable, Nothing]

Attributes

Definition Classes
override def toThrowableEither(implicit ev: Nothing <:< Throwable): Either[Throwable, Nothing]

Attributes

Definition Classes

Inherited methods

final override def flatMap[E1, B](f: Nothing => Exit[E1, B]): Failure.this.type

Attributes

Definition Classes
Inherited from:
Failure
final override def map[B](f: Nothing => B): Failure.this.type

Attributes

Definition Classes
Inherited from:
Failure
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toThrowable(conv: Nothing => Throwable): Throwable

Attributes

Inherited from:
Failure
final def toThrowable(implicit ev: Nothing <:< Throwable): Throwable

Attributes

Inherited from:
Failure
final def unsafeAttachTrace(conv: Nothing => Throwable): Throwable

Attributes

Inherited from:
Failure