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)
    class CompletableFuture(T)
    thenComposeAsync
    (
    U
    )
  2. CompletableFuture!(U) thenComposeAsync(FunctionT!(CompletionStage!(U)) fn, Executor executor)

Meta