Resolve
Initialize a new instance of Continuation<TFail,TSuccess>
value with the TSuccess
argument.
Parameters
Returns
TSuccess success
Continuation<Unit, TSuccess>
TSuccess success
Continuation<TFail, TSuccess>
Usage
This method is usually used to start a new Continuation
pipeline in Success state. You can specify the TFail type, otherwise it will be an Unit
value.
Without specify TFail type
Specifying the TFail type
Last updated
Was this helpful?