An AuxiliaryStrategy that combines multiple AuxiliaryStrategies into one.
Uses isAuxiliaryIdentifier to know which strategy to call for which call.
addMetadata will either call all strategies if the input is the associated identifier,
or only the matching strategy if the input is an auxiliary identifier.
An AuxiliaryStrategy that combines multiple AuxiliaryStrategies into one. Uses
isAuxiliaryIdentifier
to know which strategy to call for which call.addMetadata
will either call all strategies if the input is the associated identifier, or only the matching strategy if the input is an auxiliary identifier.