MonoGraphSig

trait MonoGraphSig[K, V] extends Signature
trait Signature
class Object
trait Matchable
class Any
trait MonoGraph[K, V]

Type members

Inherited types

type !@![A, U]
Inherited from:
Signature
Inherited from:
Signature

Value members

Abstract methods

def empty(to: K): Unit !@! ThisEffect
def incoming(to: K, from: K): Unit !@! ThisEffect
def incomingConst(to: K, value: V): Unit !@! ThisEffect
def incomings(to: K, froms: IterableOnce[K]): Unit !@! ThisEffect
def outgoing(from: K, to: K): Unit !@! ThisEffect
def outgoingConst(from: K, value: V): Unit !@! ThisEffect
def outgoings(from: K, tos: IterableOnce[K]): Unit !@! ThisEffect