Realm Results
interface RealmResults<T : RealmObject> : List<T> , Queryable<T> , Versioned
Content copied to clipboard
A Realm Result holds the results of querying the Realm.
See also
Functions
contains All
Link copied to clipboard
last Index Of
Link copied to clipboard
list Iterator
Link copied to clipboard
observe
Link copied to clipboard
Observe changes to the RealmResult. If there is any change to objects represented by the query backing the RealmResult, the flow will emit the updated RealmResult. The flow will continue running indefinitely until canceled.