T - the type of elements returned by this iterator@Evolving public interface CloseableIterator<T> extends java.util.Iterator<T>, java.io.Closeable
Iterator| Modifier and Type | Method and Description |
|---|---|
default <U> CloseableIterator<U> |
map(java.util.function.Function<T,U> mapper) |
default <U> CloseableIterator<U> map(java.util.function.Function<T,U> mapper)