Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java735 public <U> CompletionStage<U> handleAsync in handleAsync() method
755 public <U> CompletionStage<U> handleAsync in handleAsync() method
DCompletableFuture.java2319 public <U> CompletableFuture<U> handleAsync( in handleAsync() method in CompletableFuture
2324 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/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.java4823 public <U> CompletionStage<U> handleAsync in handleAsync() method in DelegatedCompletionStage
4826 public <U> CompletionStage<U> handleAsync in handleAsync() method in DelegatedCompletionStage