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