public interface UnsortedBagBatch<T> extends Batch<T>
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
void |
forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> procedure) |
UnsortedBagBatch<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongvoid forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> procedure)
UnsortedBagBatch<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
<V> UnsortedBagBatch<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface Batch<T>Copyright © 2004–2018. All rights reserved.