removeByQuery<T extends RealmObject> method
- RealmResults<
T> query
Remove the query
from the set, if it exists.
Implementation
bool removeByQuery<T extends RealmObject>(RealmResults<T> query) {
return realmCore.eraseSubscriptionByResults(this, query);
}