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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectUnsortedBagBatch(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) voidvoidforEachWithOccurrences(ObjectIntProcedure<? super T> procedure) Methods inherited from class AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
unsortedBagBatch
-
predicate
-
-
Constructor Details
-
SelectUnsortedBagBatch
-
-
Method Details
-
forEach
-
forEachWithOccurrences
- Specified by:
forEachWithOccurrencesin interfaceUnsortedBagBatch<T>
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceUnsortedBagBatch<T>
-