Class FindIterable
On this page
io.realm.mongodb.mongo.iterable
Specific iterable for io.realm.mongodb.mongo.MongoCollection.find() operations.
Constructors
Constructor and Description |
---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
Method Summary
Modifier and Type | Method and Description |
---|---|
public FindIterable | Sets the query filter to apply to the query. |
public FindIterable | Sets the limit to apply. |
public FindIterable | Sets a document describing the fields to return for all matching documents. |
public FindIterable | Sets the sort criteria to apply to the query. |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class io.realm.mongodb.mongo.iterable.MongoIterable :
iterator
,first
Constructor Detail
public FindIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
---|
Method Detail
filter
Sets the query filter to apply to the query. Parameters
Returns this |
limit
Sets the limit to apply. Parameters
Returns this |
projection
Sets a document describing the fields to return for all matching documents. Parameters
Returns this |
sort
Sets the sort criteria to apply to the query. Parameters
Returns this |