handlers

turbolift.effects.MonoidalDependencyGraph.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 V: PlusZero[V]): Id[Tuple2, this.type, Any]
def local(zero: V, plus: (V, V) => V): Id[Tuple2, this.type, Any]