Instance Method
finalStageBuild(withDynamicDependency:)
Build a new instance of the napkin with the given dynamic dependency as the last stage of this mult-stage building process.
final func finalStageBuild(withDynamicDependency dynamicDependency: DynamicBuildDependency) -> Router
Parameters
- dynamicDependency
The dynamic dependency to use.
Return Value
The router of the napkin.
Discussion
note
Subsequent access to the component property after this method is returned will result in a separate new instance of the component, representing a new pass of the multi-stage building process.