| PromisesConvert Method |
| Name | Description | |
|---|---|---|
| ConvertT, S(IPromiseT, FuncT, S) |
Convert a promise using a simple transformation to go from one type to another
| |
| ConvertT, S(IPromiseT, ActionT, PromiseS, ActionException, PromiseS) |
Convert a promise by modifying the done/fail logic in addition to transforming the type.
|