Searched refs:terminalValue (Results 1 – 3 of 3) sorted by relevance
266 public Poll<E> terminalValue(Function<E, Boolean> terminalChecker) { in terminalValue() method in Poll295 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()
214 .terminalValue((output) -> { in uninstall()