Interface RootSortedSetBatch<T>
-
- All Superinterfaces:
Batch<T>
,OrderedBatch<T>
,RootBatch<T>
,SortedSetBatch<T>
- All Known Implementing Classes:
ImmutableTreeSet.ImmutableTreeSetBatch
public interface RootSortedSetBatch<T> extends SortedSetBatch<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, sumOfLong
-
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.OrderedBatch
collect, flatCollect
-
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.RootBatch
allSatisfy, anySatisfy, detect
-
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetBatch
distinct, select
-
-