public interface SortedSetBatch<T> extends OrderedBatch<T>
| Modifier and Type | Method and Description |
|---|---|
SortedSetBatch<T> |
distinct(ConcurrentHashMap<T,Boolean> distinct) |
SortedSetBatch<T> |
select(Predicate<? super T> predicate) |
collect, flatCollectcount, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongSortedSetBatch<T> select(Predicate<? super T> predicate)
SortedSetBatch<T> distinct(ConcurrentHashMap<T,Boolean> distinct)
distinct in interface OrderedBatch<T>Copyright © 2004–2016. All rights reserved.