Derives the remaining call-time parameters of an injected function from the original parameter list and inject array.
Each null entry in the inject array becomes one remaining parameter on the resolved function, while all other entries are injected
automatically by DI.
Type Parameters
Paramsextendsunknown[]
The original function parameter types.
Injectextendsreadonlyunknown[]
The inject array containing qualifiers and null placeholders.
Derives the remaining call-time parameters of an injected function from the original parameter list and inject array.
Each
nullentry in the inject array becomes one remaining parameter on the resolved function, while all other entries are injected automatically by DI.