JvmMongoIterable
Implementation of MongoIterable based on MongoDB's MongoIterable.
To access the inner iterable, see asKotlinMongoIterable.
To convert an existing MongoDB iterable into an instance of this class, see asKtMongo.
Functions
Link copied to clipboard
Converts a KtMongo MongoIterable into a MongoDB MongoIterable.
Link copied to clipboard
Link copied to clipboard
Returns the first document found by this query, or null
if none were found.
Link copied to clipboard