WriterEffectExt

turbolift.effects.WriterEffectExt
See theWriterEffectExt companion trait

Attributes

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

Members list

Extensions

Extensions

extension [W, W1](thiz: WriterEffectExt[W, W1])
def handler(using W: AccumZero[W, W1]): Handler[Identity, Tuple2, 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