Searched defs:Throwable (Results 1 – 4 of 4) sorted by relevance
77 Function<Throwable, Throwable> exceptionTransformer, ThrowingSupplier<R> action) { in wrappingExceptions()96 Function<Throwable, Throwable> exceptionTransformer, ThrowingRunnable action) { in wrappingExceptions()
56 public VoidRetry terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()
81 public Retry<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()
294 public Poll<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()