Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java188 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
205 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
DCompletableFuture.java2179 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture
2184 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/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java175 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture
177 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.java4865 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage
4868 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage