public static interface CallablesNano.TimeoutNanoRetryPredicate<T,R> extends Callables.TimeoutRetryPredicate<T,R>
| Modifier and Type | Field and Description |
|---|---|
static CallablesNano.TimeoutNanoRetryPredicate |
NORETRY_FOR_RESULT |
| Modifier and Type | Method and Description |
|---|---|
Callables.RetryDecision<R> |
getDecision(T value,
long deadlineNanos,
Callable<R> what) |
static final CallablesNano.TimeoutNanoRetryPredicate NORETRY_FOR_RESULT
Callables.RetryDecision<R> getDecision(T value, long deadlineNanos, Callable<R> what)
getDecision in interface Callables.TimeoutRetryPredicate<T,R>Copyright © 2018 SPF4J. All rights reserved.