ErrorSig

turbolift.std_effects.ErrorSig
trait ErrorSig[E, E1] extends Signature

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any
Known subtypes
trait ErrorEffect[E, E1]
trait Error[E]
trait ErrorK[F, E]

Members list

Concise view

Type members

Inherited types

type !@![A, U]

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of Computation (i.e. same as !!), once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of this.type, once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Value members

Abstract methods

def catchAll[A, U <: ThisEffect](body: Computation[A, U])(f: E => Computation[A, U]): A !@! U
def raise(e: E1): Nothing !@! ThisEffect
def raises(e: E): Nothing !@! ThisEffect