Closed jrodguitar closed 2 years ago
I'm not sure I understand your requirements correctly. When calling createCheck() a new Check will be created whose properties may or may not be equal to a check already added to the validator. Since we use a fluent API here, the check will be created & added as soon as createCheck() is called, while it's "attributes" (dependencies, kind of decoration, etc.) will only be set afterwards.
If I run this code in a block that executes multiple times, I d like the ability to check the key before i createCheck() it.
now i dont have a way to easily do such check, thus i end up adding over and over the checks.