public interface DistinctIterableDecorator<T> extends MongoIterableDecorator<T>, com.mongodb.client.DistinctIterable<T>
| Modifier and Type | Method and Description |
|---|---|
default com.mongodb.client.DistinctIterable<T> |
batchSize(int batchSize) |
default com.mongodb.client.DistinctIterable<T> |
collation(com.mongodb.client.model.Collation collation) |
default com.mongodb.client.DistinctIterable<T> |
filter(org.bson.conversions.Bson filter) |
com.mongodb.client.DistinctIterable<T> |
getImpl() |
default com.mongodb.client.DistinctIterable<T> |
maxTime(long maxTime,
TimeUnit timeUnit) |
cursor, first, forEach, forEach, getInvoker, into, iterator, map, spliteratorcom.mongodb.client.DistinctIterable<T> getImpl()
getImpl in interface MongoIterableDecorator<T>default com.mongodb.client.DistinctIterable<T> filter(org.bson.conversions.Bson filter)
filter in interface com.mongodb.client.DistinctIterable<T>default com.mongodb.client.DistinctIterable<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime in interface com.mongodb.client.DistinctIterable<T>default com.mongodb.client.DistinctIterable<T> batchSize(int batchSize)
batchSize in interface com.mongodb.client.DistinctIterable<T>batchSize in interface com.mongodb.client.MongoIterable<T>batchSize in interface MongoIterableDecorator<T>Copyright © 2021. All rights reserved.