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