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>

public class DistinctBatch<T> extends AbstractBatch<T> implements UnsortedSetBatch<T>