Sets up a function to lazy load the configuration when the localize() function tries and fails to match a request.
If the user needs to abandon this instance, they should use this to clean up active resources (like timers) and to release memory that would stall the garbage collector from disposing this object. It should assign any object reference to undefined as a strong indicator that the object has been disposed.
Create an instance of a Condition from the ConditionConfig.
Add or replace a function to create an instance of the Condition given a ConditionConfig.
Unique way to select the function. Uses ConditionConfig.conditionType.
Expected to create an instance of a Condition.
Protected
ensureGenerated using TypeDoc v0.25.12
Creates instances of Conditions given an ConditionConfig. Setup its instance on ValidationServices.ConditionFactory. ConditionConfig.conditionType is used to determine the Condition class to create. Supports IConditionCore implementations of ICondition.