Return remaining objects in the cursor as an array. This method exhausts the cursor
Specifies the collation for the cursor returned by the mingo.Query.find
Returns the number of objects return in the cursor. This method exhausts the cursor
Returns true if the cursor has documents and can be iterated.
Returns the next document in a cursor.
Cursor to iterate and perform filtering on matched objects. This object must not be used directly. A cursor may be obtaine from calling
find()
on an instance ofQuery
.Param: collection
The input source of the collection
Param: predicate
A predicate function to test documents
Param: projection
A projection criteria
Param: options
Options