AsContinuation
Converts a TSuccess
or a TFail
value in a Continuation<TFail, TSuccess>
.
Parameters
Returns
TSuccess value
Continuation<TFail, TSuccess>
TFail value
Continuation<TFail, TSuccess>
Usage
This method is usually used to start a new Continuation
pipeline either in Success or Fail state.
When value is a TSuccess
When value is a TFail
Last updated
Was this helpful?