CompletableFuture.applyToEitherAsync

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

Meta