Returns an RxJS operator to read a Collection of resources using an Accessor. It is equivalent to
switchMap(accessor => accessor.readCollection(type)) Copy
switchMap(accessor => accessor.readCollection(type))
the collection element type
a function that transforms the source Observable
Returns an RxJS operator to read a Collection of resources using an Accessor. It is equivalent to