ditto-lib / live.ditto / DittoCollection / findAll

findAll

fun findAll(): DittoPendingCursorOperation

Generates a DittoPendingCursorOperation that can be used to find all documents in the collection at a point in time or you can chain a call to observe, observeLocal, or subscribe if you want to get updates about documents in the collection over time.

Return
a DittoPendingCursorOperation that you can use to chain further query-related function calls.