@FunctionalInterface public interface PartialTypedExceptionRetryPredicate<T,C extends Callable<? extends T>,E extends Exception> extends BiFunction<E,C,RetryDecision<T,C>>
| Modifier and Type | Method and Description |
|---|---|
default RetryDecision<T,C> |
apply(E t,
C u) |
RetryDecision<T,C> |
getExceptionDecision(E value,
C what) |
andThenCopyright © 2018 SPF4J. All rights reserved.