Interface UnsortedSetBatch<T>

All Superinterfaces:
Batch<T>
All Known Subinterfaces:
RootUnsortedSetBatch<T>
All Known Implementing Classes:
CollectUnsortedSetBatch, DistinctBatch, SelectUnsortedSetBatch, UnifiedSet.UnifiedUnsortedSetBatch, UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch

public interface UnsortedSetBatch<T> extends Batch<T>