Streaming-capable iterable cursor to read data from the database.
Official documentation
Streams the results into a Flow.
This method always throws an exception.
Returns the first document found by this query, or throws an exception.
Returns the first document found by this query, or returns null.
null
Executes action for each document returned by this query.
Reads the entirety of this iterable into a List.
Reads the entirety of this iterable into a Set.