Package

com.thoughtworks

binding

Permalink

package binding

Visibility
  1. Public
  2. All

Type Members

  1. trait Binding[+A] extends Any

    Permalink

    A data binding expression that represent a value that automatically re-calculates when its dependencies change.

    A data binding expression that represent a value that automatically re-calculates when its dependencies change.

    You may compose a data binding expression via monadic[Binding] block, or add @dom annotation to methods that produces a data binding expression.

    See also

    com.thoughtworks.each.Monadic

Value Members

  1. object Binding

    Permalink

Ungrouped