CompletableFuture.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void get()
  2. void get(Duration timeout)
    class CompletableFuture(T)
    static if(is(T == void))
    void
    get
    (
    Duration timeout
    )
  3. T get()
  4. T get(Duration timeout)

Meta