public interface MongoIterableDecorator<T>
extends com.mongodb.client.MongoIterable<T>
| Modifier and Type | Method and Description |
|---|---|
default com.mongodb.client.MongoIterable<T> |
batchSize(int batchSize) |
default com.mongodb.client.MongoCursor<T> |
cursor() |
default T |
first() |
default void |
forEach(com.mongodb.Block<? super T> block) |
default void |
forEach(Consumer<? super T> action) |
com.mongodb.client.MongoIterable<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
default <A extends Collection<? super T>> |
into(A target) |
default com.mongodb.client.MongoCursor<T> |
iterator() |
default <U> com.mongodb.client.MongoIterable<U> |
map(com.mongodb.Function<T,U> mapper) |
default Spliterator<T> |
spliterator() |
com.mongodb.client.MongoIterable<T> getImpl()
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
default com.mongodb.client.MongoCursor<T> iterator()
default <U> com.mongodb.client.MongoIterable<U> map(com.mongodb.Function<T,U> mapper)
map in interface com.mongodb.client.MongoIterable<T>default void forEach(com.mongodb.Block<? super T> block)
forEach in interface com.mongodb.client.MongoIterable<T>default <A extends Collection<? super T>> A into(A target)
into in interface com.mongodb.client.MongoIterable<T>default com.mongodb.client.MongoIterable<T> batchSize(int batchSize)
batchSize in interface com.mongodb.client.MongoIterable<T>default com.mongodb.client.MongoCursor<T> cursor()
cursor in interface com.mongodb.client.MongoIterable<T>default Spliterator<T> spliterator()
spliterator in interface Iterable<T>Copyright © 2021. All rights reserved.