use
Allows using a patch operation by passing an appropriate value to the given block function.
set
- If the patch is a set the block will be called with the new value.delete
- If the patch is a delete the block will be called withnull
.
Parameters
block
Usage function to be called (or not) based on the patch operation.
Allows using a patch update operation by passing an appropriate value to the given block function.
Parameters
block
Usage function to be called (or not) based on the patch operation.