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 Batch
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Method Details
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>
-