BooleanRuleTester

class BooleanRuleTester(predicate: Boolean.() -> Boolean, message: () -> String) : Function1<value: Boolean, ValidationResult>

Deprecated

Please migrate to the new form implementation. This legacy code will be removed in a future version.

Constructors

Link copied to clipboard
constructor(predicate: Boolean.() -> Boolean, message: () -> String)

Functions

Link copied to clipboard
open operator override fun invoke(value: value: Boolean): ValidationResult