public static interface ReactiveRemoveOperation.RemoveWithCollection<T> extends ReactiveRemoveOperation.RemoveWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveRemoveOperation.RemoveWithQuery<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the query on.
|
matchingall, findAndRemoveReactiveRemoveOperation.RemoveWithQuery<T> inCollection(String collection)
collection - must not be null nor empty.ReactiveRemoveOperation.RemoveWithCollection. Never null.IllegalArgumentException - if collection is null or empty.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.