Skip to content

asKtMongo

fun <Document : Any> MongoCollection<Document>.asKtMongo(nameStrategy: PropertyNameStrategy = PropertyNameStrategy.Default, documentType: KType): JvmMongoCollection<Document>

inline fun <Document : Any> MongoCollection<Document>.asKtMongo(nameStrategy: PropertyNameStrategy = PropertyNameStrategy.Default): JvmMongoCollection<Document>

Converts a MongoDB collection into a KtMongo collection.

Converts a MongoDB FindFlow into a KtMongo MongoIterable.