Class ListIterableBatch<T>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.lazy.parallel.list.ListIterableBatch<T>
All Implemented Interfaces:
Batch<T>, ListBatch<T>, RootListBatch<T>, OrderedBatch<T>, RootBatch<T>

public class ListIterableBatch<T>
extends AbstractBatch<T>
implements RootListBatch<T>