Package

com.thoughtworks

binding

Permalink

package binding

Content Hierarchy
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.

    Author:

    杨博 (Yang Bo) <[email protected]>

  2. class JsPromiseBinding[A] extends Binding[Option[Either[Any, A]]]

    Permalink

    A wrapper that wraps a scala.scalajs.js.Promise to a com.thoughtworks.binding.Binding.

    Author:

    杨博 (Yang Bo) <[email protected]>

  3. macro class dom extends Annotation with StaticAnnotation

    Permalink

    Enable XML DOM literal for Binding.scala

    Enable XML DOM literal for Binding.scala

    Author:

    杨博 (Yang Bo) <[email protected]>

    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )

Value Members

  1. object Binding

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

  2. object JsPromiseBinding

    Permalink
  3. object dom

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

Ungrouped