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
-
Method Summary
Methods inherited from interface Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Method Details
-
select
-
collect
-
flatCollect
-
distinct
-