MultiplatformMongoIterable¶
interface MultiplatformMongoIterable<Document : Any> : MongoIterable<Document>
Streaming-capable iterable cursor to read data from the database.
External resources¶
Functions¶
asFlow¶
asSequence¶
open fun asSequence(): Sequence<Document>
first¶
firstOrNull¶
abstract suspend fun firstOrNull(): Document?
forEach¶
toList¶
toSequence¶
open fun toSequence(): Sequence<Document>