Cause

turbolift.io.Cause
See theCause companion object
sealed abstract class Cause extends NonPrimary

Attributes

Companion
object
Graph
Supertypes
class NonPrimary
class Object
trait Matchable
class Any
Known subtypes
class Then
class Thrown

Members list

Value members

Concrete methods

final def toEither: Either[Throwable, Nothing]
final def toTry: Try[Nothing]

Inherited methods

final def :+(that: Cause): Cause

Attributes

Inherited from:
NonPrimary
final def all: Vector[Throwable]

Attributes

Inherited from:
NonPrimary
final def last: Throwable

Attributes

Inherited from:
NonPrimary