Interface DistinctIterable<TResult>

Type Parameters:
TResult - The type of the result.
All Superinterfaces:
Iterable<TResult>, MongoIterable<TResult>

public interface DistinctIterable<TResult> extends MongoIterable<TResult>
Iterable interface for distinct.
Since:
3.0