10. asObservableArray()
asObservableArray() - fetches the a snapshot of a
Realm collection and converts it to an array value for
example if you want to use array methods on the
collection
あなたがcollection上のarray方式を使用する場合など
配列の値に変換します。
11. asObservableChangeset()
emits every time the collection changes and provides
the exact indexes that has been deleted, inserted or
updated:
毎回のコレクションの変更を放出し、欠失、挿入または
更新された正確なインデックスを提供します。