factoryChain
Generic types: | T TChild |
No documentation has been provided.
Presentation
function factoryChain (
tag: string,
builders: readonly ObservableInput <BuilderState <T>>[],
project: (...args: T[]) => readonly ObservableInput <BuilderState <TChild>>[],
): Observable <BuilderState <TChild>>;
Returns
Observable <BuilderState <TChild>>
Parameters
Name | Type | Description |
---|---|---|
tag | string | |
builders | readonly | |
project | (...args: T[]) => readonly |