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