RealmElementQuery

Query returning RealmResults.

Inheritors

Functions

Link copied to clipboard
abstract fun asFlow(keyPath: List<String>? = null): Flow<ResultsChange<T>>

Finds all objects that fulfill the query conditions and returns them asynchronously as a Flow.

Link copied to clipboard
abstract fun find(): RealmResults<T>

Finds all objects that fulfill the query conditions and returns them in a blocking fashion.