BacklinksDelegate

interface BacklinksDelegate<T : TypedRealmObject>

Delegate for backlinks collections. Backlinks are used to establish reverse relationships between Realm models.

See RealmObject.backlinks on how to define inverse relationships in your model.

Functions

getValue
Link copied to clipboard
abstract operator fun getValue(reference: RealmObject, targetProperty: KProperty<*>): RealmResults<T>