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)
    class CompletableFuture(T)
    final
    static if(!(is(T == void)))
    bool
    completeValue
    (
    bool useCas = true
    )
    (
    T t
    )
  3. bool completeValue(AltResult r)

Meta