public class CollectUnsortedSetBatch<T,V> extends AbstractBatch<V> implements UnsortedSetBatch<V>
| Constructor and Description |
|---|
CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> UnsortedBagBatch<VV> |
collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<V1> UnsortedBagBatch<V1> |
flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<V1>> function) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
UnsortedSetBatch<V> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongpublic CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
public UnsortedSetBatch<V> select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
public <VV> UnsortedBagBatch<VV> collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function)
public <V1> UnsortedBagBatch<V1> flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<V1>> function)
flatCollect in interface Batch<V>flatCollect in interface UnsortedSetBatch<V>