Searched defs:thenApply (Results 1 – 2 of 2) sorted by relevance
170 public <U> CompletionStage<U> thenApply(Function<? super T,? extends U> fn); in thenApply() method
70 public <U> java.util.concurrent.CompletableFuture<U> thenApply(java.util.function.Function<? super … in thenApply() method in CompletableFuture