Searched refs:terminalValue (Results 1 – 4 of 4) sorted by relevance
279 public Poll<E> terminalValue(Function<E, Boolean> terminalChecker) { in terminalValue() method in Poll310 terminalValue((e) -> terminalChecker.get()); in terminal()
404 .terminalValue(c -> c.equals(VALUE_1)) in terminalValue_hasTerminalValue_exitsImmediately()417 .terminalValue(c -> c.equals(VALUE_2)) in terminalValue_hasNonTerminalValue_doesNotExitImmediately()430 .terminalValue(c -> c.equals(VALUE_2)) in terminalValue_hasExceptionWithNoValue_doesNotExitImmediately()
157 .terminalValue((b) -> step.hasFailed()) in execute()201 .terminalValue((b) -> step.hasFailed()) in execute()
260 .terminalValue((output) -> { in uninstall()