Package io.realm.mongodb.mongo.iterable
-
Class Summary Class Description AggregateIterable<ResultT> Specific iterable forMongoCollection.aggregate(List)
operations.FindIterable<ResultT> Specific iterable forMongoCollection.find()
operations.MongoCursor<ResultT> The Mongo Cursor class is fundamentally anIterator
containing an additionaltryNext()
method for convenience.MongoIterable<ResultT> The MongoIterable is the results from an operation, such as afind()
or anaggregate()
query.