public class SelectUnsortedBagBatch<T> extends AbstractBatch<T> implements UnsortedBagBatch<T>
| Constructor and Description |
|---|
SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
| 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 |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure) |
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, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongpublic SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure)
public void forEachWithOccurrences(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> procedure)
forEachWithOccurrences in interface UnsortedBagBatch<T>public UnsortedBagBatch<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <V> UnsortedBagBatch<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <V> UnsortedBagBatch<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface UnsortedBagBatch<T>flatCollect in interface Batch<T>Copyright © 2004–2018. All rights reserved.