CompletableFuture.completeValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool completeValue()
  2. bool completeValue(T t)
  3. bool completeValue(AltResult r)
    class CompletableFuture(T)
    final
    bool
    completeValue
    (
    bool useCas = true
    )
    (
    AltResult r
    )

Meta