CompletableFuture.thenCombineAsync

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

Meta