Interface RootSortedSetBatch<T>
- All Superinterfaces:
Batch<T>, OrderedBatch<T>, RootBatch<T>, SortedSetBatch<T>
-
Method Summary
Methods inherited from interface Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from interface OrderedBatch
collect, flatCollectMethods inherited from interface RootBatch
allSatisfy, anySatisfy, detectMethods inherited from interface SortedSetBatch
distinct, select