not

fun <R : ValidationRule<T>> R.not(message: String, rule: R.() -> R): R(source)

Validate that the rule does not hold.

Return

The original rule on which this method has been invoked.