Batch<T>, ListBatch<V>, OrderedBatch<T>public class FlatCollectSortedSetBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>
| Constructor | Description |
|---|---|
FlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Method | Description |
|---|---|---|
<VV> ListBatch<VV> |
collect(Function<? super V,? extends VV> function) |
|
UnsortedSetBatch<V> |
distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct) |
|
<VV> ListBatch<VV> |
flatCollect(Function<? super V,? extends java.lang.Iterable<VV>> function) |
|
void |
forEach(Procedure<? super V> procedure) |
|
ListBatch<V> |
select(Predicate<? super V> predicate) |
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongcount, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongpublic FlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, Function<? super T,? extends java.lang.Iterable<V>> function)
public <VV> ListBatch<VV> flatCollect(Function<? super V,? extends java.lang.Iterable<VV>> function)
flatCollect in interface Batch<T>flatCollect in interface OrderedBatch<T>public UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)
Copyright © 2004–2017. All rights reserved.