Reactive API#
bind#
|
Bind constant values, parameters, bound functions or reactive expressions to a function. |
rx#
rx allows wrapping objects and then operating on them interactively while recording any operations applied to them.
|
A class for creating reactive expressions by wrapping objects. |
|
The reactive operations namespace. |
These methods and properties are available under the .rx namespace of reactive expressions (rx):
|
Perform a logical AND operation with the given operand. |
|
Evaluate the truthiness of the current object. |
|
Collect the last |
|
Check if the current object is contained "in" the given operand. |
|
Perform a logical "is" comparison with the given operand. |
|
Perform a logical "is not" comparison with the given operand. |
|
Return the length of the current object as a reactive expression. |
|
Apply a function to each item in the reactive collection. |
|
Perform a logical NOT operation on the current reactive value. |
|
Perform a logical OR operation with the given operand. |
|
Apply a chainable function to the current reactive value. |
|
Resolve references held by the reactive expression. |
|
Set the input of the pipeline to a new value. |
|
Return a new expression that indicates whether the current expression is updating. |
|
Create a reactive expression that updates only when specified dependencies change. |
|
Return either |
Get or set the current state of the reactive expression. |
|
|
Add a callback to observe changes in the reactive expression's output. |