Home
last modified time | relevance | path

Searched defs:valueIfAbsent (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java64 public T getNow(T valueIfAbsent) { throw new RuntimeException("Stub!"); } in getNow()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2108 public T getNow(T valueIfAbsent) { in getNow()
2899 @Override public T getNow(T valueIfAbsent) { in getNow()