whenBuildersDone
Generic types: | T |
Operator function that transforms a source Observable of BuilderState array into an Observable of results array. It filters out states that are not done and maps the done states to their results. @template T The type of the result.
Presentation
function whenBuildersDone (): OperatorFunction <BuilderState <T>[], T[]>;
Returns
OperatorFunction <BuilderState <T>[], T[]>
-{OperatorFunction<Array<BuilderState