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

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

Completed in 47 milliseconds