- fetchAllCopiedSync(Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Provides ability to synchronously fetch a copied RealmResults.
- fetchAllManagedSync(Realm, Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Provides ability to synchronously obtain a managed RealmResults as a List, in a safe way.
- fetchAllMappedSync(Monarchy.Query<T>, Monarchy.Mapper<U, T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Provides ability to synchronously fetch a mapped RealmResults.
- findAllCopiedWithChanges(Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on a background looper thread.
- findAllCopiedWithChanges(int, Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on a background looper thread.
- findAllFrozenWithChanges(Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on a background looper thread.
- findAllManagedWithChanges(Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on the UI thread, using Realm's Async Query API.
- findAllManagedWithChangesSync(Monarchy.Query<T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on the UI thread, using Realm's Sync Query API.
- findAllMappedWithChanges(Monarchy.Query<T>, Monarchy.Mapper<U, T>) - Method in class com.zhuinden.monarchy.Monarchy
-
Returns a LiveData that evaluates the new results on a background looper thread.