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