api / koma.util.validation / Validator
Validator
interface Validator
Callback used by ValidationContext after evaluating all rules. Subclass this if your validation plugin needs to hold all validation until the end.
Functions
Name | Summary |
---|---|
performValidation | abstract fun performValidation(context: ValidationContext ): Unit Validate all the matrices in the context according to your collected rules. |