Searched defs:getNow (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java72 * {@link #getNow} that instead throw the CompletionException directly
1944 public T getNow(T valueIfAbsent) { method in class:CompletableFuture
2713 @Override public T getNow(T valueIfAbsent) { method in class:CompletableFuture.MinimalStage

Completed in 60 milliseconds