withRetry abstract method

EvaluatedExpr withRetry(
  1. bool retry
)

Copy this expression with the given retry value.

Implementation

EvaluatedExpr withRetry(bool retry);