Class CollectSortedSetBatch<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.set.sorted.CollectSortedSetBatch<T,V>
- All Implemented Interfaces:
Batch<V>, ListBatch<V>, OrderedBatch<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, Function<? super T, ? extends V> function) -
Method Summary
Modifier and TypeMethodDescription<VV> ListBatch<VV> distinct(ConcurrentHashMap<V, Boolean> distinct) <VV> ListBatch<VV> flatCollect(Function<? super V, ? extends Iterable<VV>> function) voidMethods 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
-
sortedSetBatch
-
function
-
-
Constructor Details
-
CollectSortedSetBatch
public CollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, Function<? super T, ? extends V> function)
-
-
Method Details
-
forEach
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceOrderedBatch<T>
-
distinct
-