T
- the type of the resource returned from the update.public interface Appliable<T> extends Indexable
Modifier and Type | Method and Description |
---|---|
T |
apply()
Execute the update request.
|
rx.Observable<T> |
applyAsync()
Execute the update request asynchronously.
|
ServiceFuture<T> |
applyAsync(ServiceCallback<T> callback)
Execute the update request asynchronously.
|
T apply()
rx.Observable<T> applyAsync()
ServiceFuture<T> applyAsync(ServiceCallback<T> callback)
callback
- the callback for success and failureCopyright © 2019. All rights reserved.