Class CollectListBatch<T,V>

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

public class CollectListBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>