CompletableFuture.this

Creates a new complete CompletableFuture with given encoded result.

  1. this(bool completed)
  2. this(T r)
    class CompletableFuture(T)
    static if(!(is(T == void)))
    this
    (
    T r
    )
  3. this()
  4. this(AltResult r)

Meta