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