Queryable

interface Queryable<T : RealmObject>

Interface holding common query methods.

Functions

query
Link copied to clipboard
abstract fun query(query: String = "TRUEPREDICATE", vararg args: Any?): RealmResults<T>

Inheritors

RealmResults
Link copied to clipboard