IntRuleTester
class IntRuleTester(val predicate: Int.() -> Boolean, val message: () -> String) : ValidationRule<Int>
A rule that tests the integer value.
Constructors
Link copied to clipboard
Creates a new instance of IntRuleTester.