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