class IntValidator(value: Int?) : Validator<Int>(value) { fun isNotZero(): IntValidator { if(value == 0) { // ... some validation handling ...
確定! 回上一頁