MapObservable
An observable that wraps another observable and applies a mapper function to its content.
Parameters
<T>
the type of the wrapped observable
<V>
the type of the mapped observable
See also
Functions
Link copied to clipboard
Add a new observer which is interested in updates about this value
Link copied to clipboard
Called when the state is changed.
Link copied to clipboard
Alias for addObserver.