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, ImmutableTreeSet.ImmutableTreeSetBatch, ListIterableBatch, SelectListBatch, SelectSortedSetBatch, SelectUnsortedBagBatch, SelectUnsortedSetBatch, UnifiedSet.UnifiedUnsortedSetBatch, UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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>
-