Class AbstractBatch<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
- All Implemented Interfaces:
Batch<T>
- Direct Known Subclasses:
CollectListBatch,CollectSortedSetBatch,CollectUnsortedBagBatch,CollectUnsortedSetBatch,DistinctBatch,FlatCollectListBatch,FlatCollectSortedSetBatch,FlatCollectUnsortedBagBatch,ListIterableBatch,SelectListBatch,SelectSortedSetBatch,SelectUnsortedBagBatch,SelectUnsortedSetBatch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmakeString(String separator) max(Comparator<? super T> comparator) <V extends Comparable<? super V>>
Tmin(Comparator<? super T> comparator) <V extends Comparable<? super V>>
TsumOfDouble(DoubleFunction<? super T> function) sumOfFloat(FloatFunction<? super T> function) longsumOfInt(IntFunction<? super T> function) longsumOfLong(LongFunction<? super T> function) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
collect, flatCollect, forEach, select
-
Constructor Details
-
AbstractBatch
public AbstractBatch()
-
-
Method Details
-
count
-
makeString
- Specified by:
makeStringin interfaceBatch<T>
-
min
-
max
-
minBy
-
maxBy
-
sumOfInt
-
sumOfFloat
- Specified by:
sumOfFloatin interfaceBatch<T>
-
sumOfLong
-
sumOfDouble
- Specified by:
sumOfDoublein interfaceBatch<T>
-