exactly

fun <R : ValidationRule<T>> R.exactly(value: T): R(source)

Validate that the element should be equal to value given that it is set.

Return

The original rule on which this method has been invoked.