public interface MongockIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
forEachRemaining(Consumer<? super T> action) |
Iterator<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
default boolean |
hasNext() |
default T |
next() |
default void |
remove() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
default void forEachRemaining(Consumer<? super T> action)
forEachRemaining in interface Iterator<T>Copyright © 2021. All rights reserved.