public static interface ReactiveFindOperation.FindDistinct
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindOperation.TerminatingDistinct<Object> |
distinct(String field)
Finds the distinct values for a specified field across a single
MongoCollection or view. |
ReactiveFindOperation.TerminatingDistinct<Object> distinct(String field)
MongoCollection or view.field - name of the field. Must not be null.ReactiveFindOperation.TerminatingDistinct.IllegalArgumentException - if field is null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.