Creates a derived Variable from multiple source Variables.
Similar to merge but operates on Variables directly rather than Bindings, and returns a Variable instead of a Binding.
Array of Variables to observe
Function that receives all current values and returns the derived value
A new Variable containing the derived value
Creates a derived Variable from multiple source Variables.
Similar to merge but operates on Variables directly rather than Bindings, and returns a Variable instead of a Binding.