Interface ListBatch<T>

All Superinterfaces:
Batch<T>, OrderedBatch<T>
All Known Subinterfaces:
RootListBatch<T>
All Known Implementing Classes:
CollectListBatch, CollectSortedSetBatch, FlatCollectListBatch, FlatCollectSortedSetBatch, ListIterableBatch, SelectListBatch

public interface ListBatch<T>
extends OrderedBatch<T>