Interface RootSortedSetBatch<T>
- All Superinterfaces:
Batch<T>,OrderedBatch<T>,RootBatch<T>,SortedSetBatch<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, flatCollectMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.RootBatch
allSatisfy, anySatisfy, detectMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetBatch
distinct, select