CompletableFuture.thenComposeAsync

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

Meta