until
Returns a RetryPredicate that negates the result of the given predicate lambda function. It will allow retries until the predicate returns true
.
Return
a RetryPredicate that negates the result of the predicate.
Since
1.0.0
Returns a RetryPredicate that negates the result of the given predicate lambda function. It will allow retries until the predicate returns true
.
a RetryPredicate that negates the result of the predicate.
1.0.0