Binding

class Binding[L, R](left: Var[L], right: Var[R], leftToRight: Reaction[L], rightToLeft: Reaction[R])

Binding represents a two-way binding between two Vars

class Object
trait Matchable
class Any

Value members

Concrete methods

def detach(): Unit

Detaches the binding

Detaches the binding