-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
RealmList should be able to represent a list-of-lists:
// 1 level deep RealmList<RealmList<? extends RealmObject>> // Also with arbitrary depth RealmList<RealmList<RealmList<? extends RealmObject>>> // Future: With the new RealmCollection API, ideally we should also be able to support any type of collection RealmList<OrderedRealmCollection<? extends RealmObject>>