ErrorEffectExt

turbolift.effects.ErrorEffectExt
See theErrorEffectExt companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [E, E1](thiz: ErrorEffectExt[E, E1])
def handler(using E: One[E, E1]): Handler[Identity, [_] =>> Either[E, _$11], thiz.type, Any]

Alias of the default handler for this effect.

Alias of the default handler for this effect.

Defined as an extension, to allow custom redefinitions without restrictions imposed by overriding

Attributes