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