RealmResults
interface RealmResults<T : BaseRealmObject> : List<T> , Deleteable, Versioned
Content copied to clipboard
A Realm Result holds the results of querying the Realm.
See also
Functions
asFlow
Link copied to clipboard
containsAll
Link copied to clipboard
lastIndexOf
Link copied to clipboard
listIterator
Link copied to clipboard