public class RetryWithDelay
extends java.lang.Object
implements io.reactivex.functions.Predicate<java.lang.Throwable>
| Constructor and Description |
|---|
RetryWithDelay(io.reactivex.functions.Predicate<? super java.lang.Throwable> predicate,
long maxRetries,
long retryDelayMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.lang.Throwable throwable) |