UnsortedBagBatch<V>, Batch<T>public class FlatCollectUnsortedBagBatch<T,V> extends AbstractBatch<V> implements UnsortedBagBatch<V>
| Constructor | Description |
|---|---|
FlatCollectUnsortedBagBatch(Batch<T> unsortedBagBatch,
Function<? super T,? extends java.lang.Iterable<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) |
|
void |
forEachWithOccurrences(ObjectIntProcedure<? super V> procedure) |
|
UnsortedBagBatch<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 void forEachWithOccurrences(ObjectIntProcedure<? super V> procedure)
forEachWithOccurrences in interface UnsortedBagBatch<T>public UnsortedBagBatch<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 UnsortedBagBatch<T>Copyright © 2004–2017. All rights reserved.