Cause

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Aborted
class Both
object Cancelled
class Then
class Thrown

Members list

Value members

Concrete methods

final def &(that: Cause): Cause
final def ++(that: Cause): Cause
final def all: Vector[Throwable]
final def last: Throwable
final def toEither: Either[Throwable, Nothing]
final def toTry: Try[Nothing]