Searched refs:terminalException (Results 1 – 7 of 7) sorted by relevance
56 public VoidRetry terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in VoidRetry57 mRetry.terminalException(terminalChecker); in terminalException()
81 public Retry<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in Retry82 mPoll.terminalException(terminalChecker); in terminalException()
294 public Poll<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in Poll311 terminalException((e) -> terminalChecker.get()); in terminal()
93 () -> Retry.logic(valueTester::get).terminalException(e -> true).run()); in run_terminalException_throwsException()102 () -> Retry.logic(valueTester::throwOrNot).terminalException(e -> true).run()); in runVoid_terminalException_throwsException()110 assertThat(Retry.logic(valueTester::get).terminalException(e -> false).run()) in run_nonTerminalException_returnsValue()119 Retry.logic(valueTester::throwOrNot).terminalException(e -> false).run(); in runVoid_nonTerminalException_runs()
442 .terminalException(c -> true) in terminalException_hasTerminalException_exitsImmediately()454 .terminalException(c -> false) in terminalException_hasNonTerminalException_doesNotExitImmediately()
76 .terminalException { ex: Throwable -> in <lambda>()78 … return@terminalException false // Just retry on old versions as we don't have stderr in <lambda>()84 return@terminalException false in <lambda>()87 return@terminalException false in <lambda>()175 .terminalException { e: Throwable -> in <lambda>()325 .terminalException { e: Throwable -> in <lambda>()366 .terminalException { e: Throwable -> in <lambda>()
1036 }).terminalException(e -> { in setAsRoleHolder()1095 }).terminalException(e -> { in removeAsRoleHolder()