Home
last modified time | relevance | path

Searched defs:isCompletedExceptionally (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java154 public boolean isCompletedExceptionally() { throw new RuntimeException("Stub!"); } in isCompletedExceptionally() method in CompletableFuture
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java119 public boolean isCompletedExceptionally() { throw new RuntimeException("Stub!"); } in isCompletedExceptionally() method in CompletableFuture
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2527 public boolean isCompletedExceptionally() { in isCompletedExceptionally() method in CompletableFuture
2967 @Override public boolean isCompletedExceptionally() { in isCompletedExceptionally() method in CompletableFuture.MinimalStage