Retry

open class Retry

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun retry(maxRetries: Int, action: BooleanSupplier): Boolean
Helper function for performing a given action multiple times to achieve the desired result