handlers

turbolift.effects.WriterEffect.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 local(using W: AccumZero[W, W1]): impl.ThisHandler[Identity, Tuple2, Any]
def localFold(using W =:= W1)(zero: W, plus: (W, W1) => W): impl.ThisHandler[Identity, Tuple2, Any]
def shared(using W: AccumZero[W, W1]): impl.ThisHandler[Identity, Tuple2, IO]
def sharedFold(using W =:= W1)(zero: W, plus: (W, W1) => W): impl.ThisHandler[Identity, Tuple2, IO]