Class SelectUnsortedBagBatch<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.lazy.parallel.bag.SelectUnsortedBagBatch<T>
- All Implemented Interfaces:
UnsortedBagBatch<T>
,Batch<T>
-
Constructor Summary
ConstructorDescriptionSelectUnsortedBagBatch
(UnsortedBagBatch<T> unsortedBagBatch, Predicate<? super T> predicate) -
Method Summary
Modifier and TypeMethodDescription<V> UnsortedBagBatch<V>
<V> UnsortedBagBatch<V>
flatCollect
(Function<? super T, ? extends Iterable<V>> function) void
void
forEachWithOccurrences
(ObjectIntProcedure<? super T> procedure) Methods inherited from class org.eclipse.collections.impl.lazy.parallel.AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Constructor Details
-
SelectUnsortedBagBatch
-
-
Method Details
-
forEach
-
forEachWithOccurrences
- Specified by:
forEachWithOccurrences
in interfaceUnsortedBagBatch<T>
-
select
-
collect
-
flatCollect
- Specified by:
flatCollect
in interfaceBatch<T>
- Specified by:
flatCollect
in interfaceUnsortedBagBatch<T>
-