AtApply

turbolift.effects.MonoGraph.AtApply
final class AtApply(k: K)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def empty: Computation[Unit, this.type]
def incoming(from: K): Computation[Unit, this.type]
def incomingConst(value: V): Computation[Unit, this.type]
def incomings(froms: IterableOnce[K]): Computation[Unit, this.type]
def outgoing(to: K): Computation[Unit, this.type]
def outgoingConst(value: V): Computation[Unit, this.type]
def outgoings(tos: IterableOnce[K]): Computation[Unit, this.type]