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