Interface ReactiveUpdateOperation.UpdateWithQuery
- All Superinterfaces:
ReactiveUpdateOperation.TerminatingUpdate
- All Known Subinterfaces:
ReactiveUpdateOperation.ReactiveUpdate
- Enclosing interface:
ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.UpdateWithQuery
extends ReactiveUpdateOperation.TerminatingUpdate
- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Methods inherited from interface ReactiveUpdateOperation.TerminatingUpdate
apply
-
Method Details
-
matching
Filter rows to update by the givenQuery.- Parameters:
query-Queryused as a filter in the update; must not be null.- Returns:
- new instance of
ReactiveUpdateOperation.TerminatingUpdate. - Throws:
IllegalArgumentException- ifQueryis null.- See Also:
-