Interface UnsortedBagBatch<T>
- All Superinterfaces:
Batch<T>
- All Known Subinterfaces:
RootUnsortedBagBatch<T>
- All Known Implementing Classes:
CollectUnsortedBagBatch
,FlatCollectUnsortedBagBatch
,SelectUnsortedBagBatch
-
Method Summary
Modifier and TypeMethodDescription<V> UnsortedBagBatch<V>
<V> UnsortedBagBatch<V>
flatCollect
(Function<? super T, ? extends Iterable<V>> function) void
forEachWithOccurrences
(ObjectIntProcedure<? super T> procedure) Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong