public interface ListIndexesIterableDecorator<T> extends com.mongodb.client.ListIndexesIterable<T>, MongoIterableDecorator<T>
| Modifier and Type | Method and Description |
|---|---|
default com.mongodb.client.ListIndexesIterable<T> |
batchSize(int batchSize) |
com.mongodb.client.ListIndexesIterable<T> |
getImpl() |
default com.mongodb.client.ListIndexesIterable<T> |
maxTime(long maxTime,
TimeUnit timeUnit) |
cursor, first, forEach, forEach, getInvoker, into, iterator, map, spliteratorcom.mongodb.client.ListIndexesIterable<T> getImpl()
getImpl in interface MongoIterableDecorator<T>default com.mongodb.client.ListIndexesIterable<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime in interface com.mongodb.client.ListIndexesIterable<T>Copyright © 2021. All rights reserved.