then

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void then(RequestSendThen r, T handler, ErrorHandler onError)
  2. void then(TR tr, T handler, ErrorHandler onError)
    void
    then
    (
    TR
    T
    CtxT = void
    )
    (
    scope TR tr
    ,,)
    if (
    (
    isFunction!T ||
    isFunctionPointer!T
    )
    &&
    is(TR : TypedRequestSendThen!(TAddress, Params),
    TAddress
    Params...
    )
    &&
    typeCheckMsg!(TAddress, ParamsToTuple!(Parameters!T), Params)
    )

Meta