Home
last modified time | relevance | path

Searched defs:handleAsync (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java737 public <U> CompletionStage<U> handleAsync in handleAsync() method
757 public <U> CompletionStage<U> handleAsync in handleAsync() method
DCompletableFuture.java2351 public <U> CompletableFuture<U> handleAsync( in handleAsync() method in CompletableFuture
2356 public <U> CompletableFuture<U> handleAsync( in handleAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java138 public <U> java.util.concurrent.CompletableFuture<U> handleAsync(java.util.function.BiFunction<? su… in handleAsync() method in CompletableFuture
140 public <U> java.util.concurrent.CompletableFuture<U> handleAsync(java.util.function.BiFunction<? su… in handleAsync() method in CompletableFuture
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java113 public <U> java.util.concurrent.CompletableFuture<U> handleAsync(java.util.function.BiFunction<? su… in handleAsync() method in CompletableFuture
115 public <U> java.util.concurrent.CompletableFuture<U> handleAsync(java.util.function.BiFunction<? su… in handleAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java259 public <U> CompletionStage<U> handleAsync( in handleAsync() method in CompletionStageTest.BaseStage
265 public <U> CompletionStage<U> handleAsync(BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() method in CompletionStageTest.BaseStage
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java4963 public <U> CompletionStage<U> handleAsync in handleAsync() method in DelegatedCompletionStage
4966 public <U> CompletionStage<U> handleAsync in handleAsync() method in DelegatedCompletionStage