Type of items emitted by the original observable.
Type of items returned by f
.
Function called with each emitted item. If it returns a promise, the result is awaited then emitted.
Transform that emits items produced by f
.
Generated using TypeDoc
Returns a
Transform
with the results of applying the given function to each emitted item of the original observable.