| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <R> Retry<R> |
Retry.of(int retryTimes,
long retryInterval,
BiPredicate<? super R,? super Exception> retryCondition) |
static Retry<Void> |
Retry.of(int retryTimes,
long retryInterval,
Predicate<? super Exception> retryCondition) |
Copyright © 2021. All rights reserved.