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>
-
Method Summary
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.OrderedBatch
collect, flatCollect