Add a listener for when this Observable changes.
Creates a new Observable whose value is derived from another Observable. The new Observable automatically updates and notifies listeners whenever the source Observable changes.
Set's the new value, and calls all the listeners. You can additionaly set the value directly.
Remove a listener for when this Observable changes.
Returns a string representation of an object.
Returns the primitive value of the specified object.
A class that holds a value and notifies whenever the value changes.
See
https://github.com/nombrekeff/cardboard-js/wiki/Observers