not
Negates this strategy.
Example:
val strategy = !alwaysTrueStrategy // evaluates to falseContent copied to clipboard
Return
A NotStrategy that inverts the evaluation result.
Negates this strategy.
Example:
val strategy = !alwaysTrueStrategy // evaluates to falseA NotStrategy that inverts the evaluation result.