reactify.bind

package reactify.bind

Members list

Type members

Classlikes

sealed trait BindSet

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LeftToRight.type
object None.type
object RightToLeft.type
object BindSet

BindSet defines how a binding should be applied when first defined

BindSet defines how a binding should be applied when first defined

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BindSet.type
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

Binding represents a two-way binding between two Vars

Attributes

Supertypes
class Object
trait Matchable
class Any