public class Retryer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Retryer.RunnableRetryer |
static class |
Retryer.SupplierRetryer<T> |
| Constructor and Description |
|---|
Retryer() |
| Modifier and Type | Method and Description |
|---|---|
static Retryer.RunnableRetryer |
of(ThrowingRunnable job) |
static <T> Retryer.SupplierRetryer<T> |
of(ThrowingSupplier<T> job) |
public static Retryer.RunnableRetryer of(@NonNull ThrowingRunnable job)
public static <T> Retryer.SupplierRetryer<T> of(@NonNull ThrowingSupplier<T> job)
Copyright © 2017. All rights reserved.