Class FlatCollectSortedSetBatch<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.set.sorted.FlatCollectSortedSetBatch<T,V>
- All Implemented Interfaces:
Batch<V>,ListBatch<V>,OrderedBatch<V>
-
Constructor Summary
ConstructorsConstructorDescriptionFlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, Function<? super T, ? extends Iterable<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 org.eclipse.collections.impl.lazy.parallel.AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods 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
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Constructor Details
-
FlatCollectSortedSetBatch
-
-
Method Details
-
forEach
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceOrderedBatch<T>
-
distinct
-