asMutableObservableList

Wraps a regular list, creating a MutableObservableList.

Any changes made to the underlying list will NOT cause change events to be fired. Therefore, it is not advisable to keep references to the underlying list.