ErrorEffect

turbolift.effects.ErrorEffect
See theErrorEffect companion trait
object ErrorEffect

Attributes

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

Members list

Extensions

Extensions

extension [E, E1](fx: ErrorEffect[E, E1])
def handler(using E: One[E, E1]): Free[[_] =>> Either[E, _$8]]

Default handler for this effect.

Default handler for this effect.

Attributes