public class CollectUnsortedBagBatch<T,V> extends AbstractBatch<V> implements UnsortedBagBatch<V>
| Constructor and Description |
|---|
CollectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
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) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
void |
forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> procedure) |
UnsortedBagBatch<V> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
makeStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeStringpublic CollectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, 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 void forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> procedure)
forEachWithOccurrences in interface UnsortedBagBatch<V>public UnsortedBagBatch<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)