public static interface ReactiveFindOperation.TerminatingDistinct<T> extends ReactiveFindOperation.DistinctWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
all()
Get all matching distinct field values.
|
matchingasreactor.core.publisher.Flux<T> all()
Flux if not match found. Never null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.