public interface UnsortedBagBatch<T> extends Batch<T>
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
void |
forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> procedure) |
UnsortedBagBatch<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
forEach, makeStringvoid forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> procedure)
UnsortedBagBatch<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
<V> UnsortedBagBatch<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)