Factory for initializing binding instances
Creates empty binding.
a new binding
Creates binding. Equivalent to Binding.create().bindTo(left, right)
Binding.create().bindTo(left, right)
a new Binding
Produces a value which may be returned by converter functions to signal that no further processing is required.
ignore symbol.
Wraps a promise to signal that it should be handled as plain value.
a promise.
a wrapper for the promise.
Factory for initializing binding instances