map<M> abstract method
Returns a new ObservableView which is created by lazily calling mapper
on this view's value, stream, and changes properties.
Disposing of the mapped view doesn't affect this view in any way.
Implementation
ObservableView<M> map<M>(M Function(T) mapper);