Home
last modified time | relevance | path

Searched refs:getNow (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java64 public T getNow(T valueIfAbsent) { throw new RuntimeException("Stub!"); } in getNow() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java69 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()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java95 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()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2108 public T getNow(T valueIfAbsent) { in getNow() method in CompletableFuture
2899 @Override public T getNow(T valueIfAbsent) { in getNow() method in CompletableFuture.MinimalStage
/libcore/api/
Dcurrent.txt15419 method public T getNow(T);