Interface RootUnsortedSetBatch<T>
- All Superinterfaces:
Batch<T>, RootBatch<T>, UnsortedSetBatch<T>
- All Known Implementing Classes:
UnifiedSet.UnifiedUnsortedSetBatch, UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-
Method Summary
Methods inherited from interface Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from interface RootBatch
allSatisfy, anySatisfy, detectMethods inherited from interface UnsortedSetBatch
collect, flatCollect, select