where

inline fun <T : RealmModel> Realm.where(): RealmQuery<T>

Returns a typed RealmQuery, which can be used to query for specific objects of this type

Return

a typed RealmQuery, which can be used to query for specific objects of this type.

Parameters

T

the class of the object which is to be queried for.