Batch<T>, UnsortedSetBatch<V>public class CollectUnsortedSetBatch<T,V> extends AbstractBatch<V> implements UnsortedSetBatch<V>
| Constructor | Description |
|---|---|
CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch,
Function<? super T,? extends V> function) |
| Modifier and Type | Method | Description |
|---|---|---|
<VV> UnsortedBagBatch<VV> |
collect(Function<? super V,? extends VV> function) |
|
<V1> UnsortedBagBatch<V1> |
flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function) |
|
void |
forEach(Procedure<? super V> procedure) |
|
UnsortedSetBatch<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 CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, Function<? super T,? extends V> function)
public UnsortedSetBatch<V> select(Predicate<? super V> predicate)
public <VV> UnsortedBagBatch<VV> collect(Function<? super V,? extends VV> function)
public <V1> UnsortedBagBatch<V1> flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function)
flatCollect in interface Batch<T>flatCollect in interface UnsortedSetBatch<T>Copyright © 2004–2017. All rights reserved.