CompletableFuture.thenApplyAsync

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CompletableFuture!(U) thenApplyAsync(FunctionT!(U) fn)
    class CompletableFuture(T)
    thenApplyAsync
    (
    U
    )
  2. CompletableFuture!(U) thenApplyAsync(FunctionT!(U) fn, Executor executor)

Meta