We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d748f26 commit 7bb3cc8Copy full SHA for 7bb3cc8
source/sdk/kotlin/realm-database/crud/read.txt
@@ -160,8 +160,8 @@ To find objects stored within a database:
160
161
- `find() <{+kotlin-local-prefix+}io.realm.kotlin.query/find.html>`__
162
for synchronous queries. Returns a collection of results.
163
- - `asFlow() <{+kotlin-local-prefix+}io.realm.kotlin.query/-realm-element-query/as-flow.html>`__ f
164
- or asynchronous queries. Subscribes to a ``Flow`` of results changes.
+ - `asFlow() <{+kotlin-local-prefix+}io.realm.kotlin.query/-realm-element-query/as-flow.html>`__
+ for asynchronous queries. Subscribes to a ``Flow`` of results changes.
165
166
.. tip:: Prefer ``asFlow()`` for Large Data Sets
167
0 commit comments