Example usage for Java com.mongodb.client MongoIterable fields, constructors, methods, implement or subclass
The text is from its open source code.
TResult | first() Helper to return the first item in the iterator or null. |
A | into(A target) Iterates over all the documents, adding each to the given target. |
MongoCursor | iterator() |