Searched defs:getNow (Results 1 – 2 of 2) sorted by relevance
| /libcore/ojluni/annotations/mmodule/java/util/concurrent/ | ||
| D | CompletableFuture.annotated.java | 64 public T getNow(T valueIfAbsent) { throw new RuntimeException("Stub!"); } in getNow() method in CompletableFuture |
| /libcore/ojluni/src/main/java/java/util/concurrent/ | ||
| D | CompletableFuture.java | 2108 public T getNow(T valueIfAbsent) { in getNow() method in CompletableFuture |