Class CollectListBatch<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.list.CollectListBatch<T,V>
- All Implemented Interfaces:
Batch<V>
,ListBatch<V>
,OrderedBatch<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<VV> ListBatch
<VV> distinct
(ConcurrentHashMap<V, Boolean> distinct) <VV> ListBatch
<VV> flatCollect
(Function<? super V, ? extends Iterable<VV>> function) void
Methods inherited from class org.eclipse.collections.impl.lazy.parallel.AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
batch
-
function
-
-
Constructor Details
-
CollectListBatch
-
-
Method Details
-
forEach
-
select
-
collect
-
flatCollect
- Specified by:
flatCollect
in interfaceBatch<T>
- Specified by:
flatCollect
in interfaceOrderedBatch<T>
-
distinct
-