Interface UnsortedSetBatch<T>
- All Superinterfaces:
Batch<T>
- All Known Subinterfaces:
RootUnsortedSetBatch<T>
- All Known Implementing Classes:
CollectUnsortedSetBatch
,DistinctBatch
,SelectUnsortedSetBatch
,UnifiedSet.UnifiedUnsortedSetBatch
,UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-
Method Summary
Modifier and TypeMethodDescription<V> UnsortedBagBatch
<V> <V> UnsortedBagBatch
<V> flatCollect
(Function<? super T, ? extends Iterable<V>> function) Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong