public static interface ExecutableUpdateOperation.TerminatingFindAndReplace<T>
| Modifier and Type | Method and Description |
|---|---|
default Optional<T> |
findAndReplace()
Find, replace and return the first matching document.
|
T |
findAndReplaceValue()
Find, replace and return the first matching document.
|
default Optional<T> findAndReplace()
Optional.empty() if nothing found.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.