query
Returns a RealmQuery matching the predicate represented by query.
Reified convenience wrapper for MutableRealm.query.
Query the objects in a dictionary by filter and arguments. The query is launched against the output obtained from
Parameters
the Realm Query Language predicate to append.
Realm values for the predicate.
Returns a RealmQuery matching the predicate represented by query.
Reified convenience wrapper for Realm.query.
Query the objects in a list by filter and arguments.
Parameters
the Realm Query Language predicate to append.
Realm values for the predicate.
Query the objects in a set by filter and arguments.
Parameters
the Realm Query Language predicate to append.
Realm values for the predicate.
Returns a RealmQuery matching the predicate represented by query.
Reified convenience wrapper of TypedRealm.query.
Parameters
the Realm Query Language predicate to append.
Realm values for the predicate.