Cause

sealed abstract class Cause[+E] extends Product with Serializable

Represent a complete cause of the failed IO exposing both typed and untyped error channel.

Represent a complete cause of the failed IO exposing both typed and untyped error channel.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Error[E]

Value members

Concrete methods

def fold[B](fa: Throwable => B, fb: E => B): B
def toThrowable(E: E <:< Throwable): Throwable

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product