CompletableFuture.handleAsync

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

Meta