Batch<T>RootUnsortedSetBatch<T>CollectUnsortedSetBatch, DistinctBatch, SelectUnsortedSetBatchpublic interface UnsortedSetBatch<T> extends Batch<T>
| Modifier and Type | Method | Description |
|---|---|---|
<V> UnsortedBagBatch<V> |
collect(Function<? super T,? extends V> function) |
|
<V> UnsortedBagBatch<V> |
flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function) |
|
UnsortedSetBatch<T> |
select(Predicate<? super T> predicate) |
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongUnsortedSetBatch<T> select(Predicate<? super T> predicate)
<V> UnsortedBagBatch<V> collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V> flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
flatCollect in interface Batch<T>Copyright © 2004–2017. All rights reserved.