MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines • LazyMongoIterable
LazyMongoIterable¶
Functions¶
asFlow¶
asIterable¶
abstract fun asIterable(documentType: Class<Document>): MongoIterable<Document>
asIterable¶
inline fun <Document : Any> LazyMongoIterable<Document>.asIterable(): MongoIterable<Document>
first¶
firstOrNull¶
inline suspend fun <Document : Any> LazyMongoIterable<Document>.firstOrNull(): Document?