handlers

turbolift.effects.ErrorEffect.handlers
object handlers

Predefined handlers for this effect.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
handlers.type

Members list

Value members

Concrete methods

def all(using Accum[E, E1]): impl.ThisHandler[Identity, [_] =>> Either[E, _$7], Any]
def allReduce(using E =:= E1)(plus: (E, E1) => E): impl.ThisHandler[Identity, [_] =>> Either[E, _$8], Any]
def first(using One[E, E1]): impl.ThisHandler[Identity, [_] =>> Either[E, _$6], Any]