Click or drag to resize
PromisesConvert Method
Overload List
  NameDescription
Public methodStatic memberConvertT, S(IPromiseT, FuncT, S)
Convert a promise using a simple transformation to go from one type to another
Public methodStatic memberConvertT, S(IPromiseT, ActionT, PromiseS, ActionException, PromiseS)
Convert a promise by modifying the done/fail logic in addition to transforming the type.
Top
See Also