Class ParallelIterable<T>

java.lang.Object
org.apache.iceberg.io.CloseableGroup
org.apache.iceberg.util.ParallelIterable<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<T>, CloseableIterable<T>

public class ParallelIterable<T> extends CloseableGroup implements CloseableIterable<T>