Interface UnsortedSetBatch<T>

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

public interface UnsortedSetBatch<T> extends Batch<T>