Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java186 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
203 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
DCompletableFuture.java2147 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture
2152 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java72 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture
74 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java104 public <U> CompletionStage<U> thenApplyAsync(Function<? super T,? extends U> fn) { in thenApplyAsync() method in CompletionStageTest.BaseStage
108 public <U> CompletionStage<U> thenApplyAsync(Function<? super T,? extends U> fn, in thenApplyAsync() method in CompletionStageTest.BaseStage
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java4725 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage
4728 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage