Searched refs:getNow (Results 1 – 5 of 5) sorted by relevance
64 public T getNow(T valueIfAbsent) { throw new RuntimeException("Stub!"); } in getNow() method in CompletableFuture
69 assertNull(f.getNow(null)); in checkIncomplete()86 assertEquals(value, f.getNow(null)); in checkCompletedNormally()134 f.getNow(null); in checkCompletedExceptionally()193 f.getNow(null); in checkCancelled()3629 assertNull(g.getNow(null)); in testDelayedExecutor()3817 f.getNow(null); in assertZero()
95 result = f.getNow(null); in checkIncomplete()111 mustEqual(expectedValue, f.getNow(null)); in checkCompletedNormally()162 f.getNow(null); in checkCompletedExceptionally()219 f.getNow(null); in checkCancelled()4041 assertNull(g.getNow(null)); in testDelayedExecutor()4381 f.getNow(null); in assertZero()
2108 public T getNow(T valueIfAbsent) { in getNow() method in CompletableFuture2899 @Override public T getNow(T valueIfAbsent) { in getNow() method in CompletableFuture.MinimalStage
15419 method public T getNow(T);