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