openapi-validator
0.1.0
jvm
core
/
io.github.stefankoppier.openapi.validator.core.rules
/
ValidationRule
/
not
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.