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