kotlin-extensions / io.realm.kotlin / io.realm.Realm / where

where

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

Returns 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.

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