Package-level declarations
Types
Delegate for backlinks collections. Backlinks are used to establish reverse relationships between Realm models.
Base interface for all realm classes.
Delegate for backlinks on EmbeddedRealmObject. Backlinks are used to establish reverse relationships between Realm models.
Marker interface to define an embedded model.
A MutableRealmInt
is a mutable, Long-like, numeric quantity.
Convenience alias for MutableSet<MutableMap.MutableEntry<String, V>>
.
Convenience alias for RealmMapMutableEntry<String, V>
. Represents the String
-V
pairs stored by a RealmDictionary.
A representation of a Realm timestamp. A timestamp represent a single point in time defined as the distance from the UNIX epoch: 00:00:00 UTC on 1 January 1970, expressed in seconds and nanoseconds.
RealmList is used to model one-to-many relationships in a RealmObject or EmbeddedRealmObject.
Marker interface to define a model (managed by Realm).
RealmSet is a collection that contains no duplicate elements.
Base interface for all statically typed realm classes.