Returns an RxJS operator to clone a Resource and modify the cloned instance using the provided update function. It is equivalent to
map(resource => resource.mutate(update)) Copy
map(resource => resource.mutate(update))
the update function to apply
a function that transforms the source Observable
Returns an RxJS operator to clone a Resource and modify the cloned instance using the provided update function. It is equivalent to