public interface CloseableIteratorDecorator<T> extends org.springframework.data.util.CloseableIterator<T>, MongockIterator<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
org.springframework.data.util.CloseableIterator<T> |
getImpl() |
forEachRemaining, getInvoker, hasNext, next, removeorg.springframework.data.util.CloseableIterator<T> getImpl()
getImpl in interface MongockIterator<T>default void close()
close in interface AutoCloseableclose in interface Closeableclose in interface org.springframework.data.util.CloseableIterator<T>Copyright © 2021. All rights reserved.