Class DistinctBatch<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.lazy.parallel.list.DistinctBatch<T>
- All Implemented Interfaces:
Batch<T>,UnsortedSetBatch<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> UnsortedBagBatch<V><V> UnsortedBagBatch<V>flatCollect(Function<? super T, ? extends Iterable<V>> 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
-
DistinctBatch
-
-
Method Details
-
forEach
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceUnsortedSetBatch<T>
-