public static interface ReactiveUpdateOperation.UpdateWithQuery<T> extends ReactiveUpdateOperation.UpdateWithUpdate<T>
Update (optional).| Modifier and Type | Method and Description |
|---|---|
ReactiveUpdateOperation.UpdateWithUpdate<T> |
matching(Query query)
Filter documents by given query.
|
apply, replaceWithReactiveUpdateOperation.UpdateWithUpdate<T> matching(Query query)
query - must not be null.ReactiveUpdateOperation.UpdateWithQuery. Never null.IllegalArgumentException - if query is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.