exactly

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

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

Return

The rule on which this method has been invoked.