Package io.realm.mongodb.mongo.iterable
Class AggregateIterable<ResultT>
- java.lang.Object
-
- io.realm.mongodb.mongo.iterable.MongoIterable<ResultT>
-
- io.realm.mongodb.mongo.iterable.AggregateIterable<ResultT>
-
- Type Parameters:
ResultT
- The type to which this iterable will decode documents.
public class AggregateIterable<ResultT> extends MongoIterable<ResultT>
Specific iterable forMongoCollection.aggregate(List)
operations.
-
-
Constructor Summary
Constructors Constructor Description AggregateIterable(ThreadPoolExecutor threadPoolExecutor, io.realm.internal.objectstore.OsMongoCollection<?> osMongoCollection, CodecRegistry codecRegistry, Class<ResultT> resultClass, List<? extends Bson> pipeline)
-
-
-
Constructor Detail
-
AggregateIterable
public AggregateIterable(ThreadPoolExecutor threadPoolExecutor, io.realm.internal.objectstore.OsMongoCollection<?> osMongoCollection, CodecRegistry codecRegistry, Class<ResultT> resultClass, List<? extends Bson> pipeline)
-
-