MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync • JvmMongoIterable • asKotlinMongoIterable
asKotlinMongoIterable¶
@LowLevelApi
fun asKotlinMongoIterable(): MongoIterable<Document>
Converts a KtMongo MongoIterable
into a MongoDB MongoIterable.