Aggregated
Secondary constructor for the Aggregated
class.
This constructor allows the creation of an Aggregated
instance using a variable number of Factory.Named
objects. Internally, the provided objects are converted into a list and passed to the primary constructor.
Parameters
factories
A variable number of Factory.Named
instances to be included in the Aggregated
instance.