U
V
Function<U,V>
public class RetryingFunction<U,V> extends Object implements Function<U,V>
RetryingFunction(Function<U,V> baseFunction, Class<? extends Throwable> exceptionClass, int maxRetries, int maxDelayBetweenRetries)
apply(U input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose
public RetryingFunction(Function<U,V> baseFunction, Class<? extends Throwable> exceptionClass, int maxRetries, int maxDelayBetweenRetries)
public V apply(U input)
apply