Batch<T>
, ListBatch<V>
, OrderedBatch<T>
public class FlatCollectListBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>
Constructor | Description |
---|---|
FlatCollectListBatch(Batch<T> batch,
Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method | Description |
---|---|---|
<VV> ListBatch<VV> |
collect(Function<? super V,? extends VV> function) |
|
UnsortedSetBatch<V> |
distinct(ConcurrentHashMap<V,Boolean> distinct) |
|
<VV> ListBatch<VV> |
flatCollect(Function<? super V,? extends 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, sumOfLong
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
public <VV> ListBatch<VV> flatCollect(Function<? super V,? extends Iterable<VV>> function)
flatCollect
in interface Batch<T>
flatCollect
in interface OrderedBatch<T>
public UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,Boolean> distinct)
Copyright © 2004–2017. All rights reserved.