Returns an RxJS operator to update a Resource. It is equivalent to
switchMap(resource => resource.update()) Copy
switchMap(resource => resource.update())
a function that transforms the source Observable
Returns an RxJS operator to update a Resource. It is equivalent to