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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java735 public <U> CompletionStage<U> handleAsync method in interface:CompletionStage
755 public <U> CompletionStage<U> handleAsync method in interface:CompletionStage
794 * <p>Unlike method {@link #handleAsync(BiFunction) handleAsync},
820 * <p>Unlike method {@link #handleAsync(BiFunction,Executor) handleAsync},
H A DCompletableFuture.java2184 public <U> CompletableFuture<U> handleAsync( method in class:CompletableFuture
2189 public <U> CompletableFuture<U> handleAsync( method in class:CompletableFuture

Completed in 10 milliseconds