Class FlatCollectUnsortedBagBatch<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.bag.FlatCollectUnsortedBagBatch<T,V>
- All Implemented Interfaces:
UnsortedBagBatch<V>, Batch<V>
public class FlatCollectUnsortedBagBatch<T,V>
extends AbstractBatch<V>
implements UnsortedBagBatch<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<VV> UnsortedBagBatch<VV> <V1> UnsortedBagBatch<V1> flatCollect(Function<? super V, ? extends Iterable<V1>> function) voidvoidforEachWithOccurrences(ObjectIntProcedure<? super V> 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
-
function
-
-
Constructor Details
-
FlatCollectUnsortedBagBatch
-
-
Method Details
-
forEach
-
forEachWithOccurrences
- Specified by:
forEachWithOccurrencesin interfaceUnsortedBagBatch<T>
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceUnsortedBagBatch<T>
-