Registers validator
Report a problem
Registers Validator that should check instances of a kClass using block
Report a problem
Registers Validator that should check instances of a T using block
Report a problem
Registers Validator using DSL
validate {
filter { it is Int }
validation { check(it is Int); ... }
}
Report a problem