Last updated
Was this helpful?
Last updated
Was this helpful?
factory: IFactory<IContainer, Name>
- factory to be decorated to generate multiple instances.
factoryTuple: IFactoryTuple<IContainer, Name>
- factory tuple to be decorated to generate multiple instances.
IFactoryTuple<IContainer, Name>
- factory tuple (factory and initializer) that allows to create multiple instances
factories: IFactories<IContainer>
- factories object to decorate all factories inside of it.
IFactories<IContainer>
- factories object with decorated factories (or factory tuples)
The same effect could be reached by decorating whole factories object
decorates factories to allow multiple instantiation.