merge
abstract fun merge(componentFactoryContainer: ComponentFactoryContainer?): ComponentFactoryContainer(source)
Merges the given componentFactoryContainer (if not null) with this ComponentFactoryContainer creating a new ComponentFactoryContainer where defined dependencies in componentFactoryContainer will have precedence over dependencies defined in this instance.
For instance, if this object has defined a ArgsRangeDecider and the given componentFactoryContainer as well, then the resulting ComponentFactoryContainer will return the ArgsRangeDecider of componentFactoryContainer when asked for it.