Interface OrderedBatch<T>

All Superinterfaces:
Batch<T>
All Known Subinterfaces:
ListBatch<T>, RootListBatch<T>, RootSortedSetBatch<T>, SortedSetBatch<T>
All Known Implementing Classes:
CollectListBatch, CollectSortedSetBatch, FlatCollectListBatch, FlatCollectSortedSetBatch, ListIterableBatch, SelectListBatch, SelectSortedSetBatch

public interface OrderedBatch<T>
extends Batch<T>