NetworkFunction.Update Interface
Implements
public static interface NetworkFunction.Update
extends WithTags
The template for NetworkFunction update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Network |
apply()
Executes the update request. |
|
abstract
Network |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract NetworkFunction apply()
Executes the update request.
Returns:
apply
public abstract NetworkFunction apply(Context context)
Executes the update request.
Parameters:
Returns: