Interface RootListBatch<T>
- All Superinterfaces:
Batch<T>,ListBatch<T>,OrderedBatch<T>,RootBatch<T>
- All Known Implementing Classes:
ListIterableBatch
public interface RootListBatch<T> extends ListBatch<T>, RootBatch<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.list.ListBatch
distinct, selectMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.OrderedBatch
collect, flatCollectMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.RootBatch
allSatisfy, anySatisfy, detect