public static interface ReactiveUpdateOperation.UpdateWithUpdate<T>
Update to apply.| Modifier and Type | Method and Description |
|---|---|
ReactiveUpdateOperation.TerminatingUpdate<T> |
apply(Update update)
Set the
Update to be applied. |
ReactiveUpdateOperation.FindAndReplaceWithProjection<T> |
replaceWith(T replacement)
Specify
replacement object. |
ReactiveUpdateOperation.TerminatingUpdate<T> apply(Update update)
Update to be applied.update - must not be null.ReactiveUpdateOperation.TerminatingUpdate. Never null.IllegalArgumentException - if update is null.ReactiveUpdateOperation.FindAndReplaceWithProjection<T> replaceWith(T replacement)
replacement object.replacement - must not be null.FindAndReplaceOptions.IllegalArgumentException - if options is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.