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