A subject that emits TransformationEvent objects and immediately stops calling subscribers when the TransformationEvent object it is processing is aborted.
Internal implementation detail, do not use directly.
This is an internal implementation detail, do not use.
In favor of iif creation function: import { iif } from 'rxjs';
In favor of throwError creation function: import { throwError } from 'rxjs';
forEach
a handler for each value emitted by the observable
a promise that either resolves on observable completion or rejects with the handled error
Generated using TypeDoc
A subject that emits TransformationEvent objects and immediately stops calling subscribers when the TransformationEvent object it is processing is aborted.