not
Negates the retry condition, inverting the result of shouldRetry.
Truth Table
A | NOT A
---------
0 | 1
1 | 0
Content copied to clipboard
Usage
val predicateNotA = !predicateA
Content copied to clipboard
Return
a RetryPredicate that negates the result of the original predicate.
Since
1.0.0