Hiperspace::Result

Header Image
Project:
Result : Public Class
Created: 18/11/2023 15:18:40
Modified: 18/11/2023 15:18:40
Project:
Advanced:
  • Operations
  • Tagged Values
  • Advanced
Operation
Public
Fail (value: T, reason: string?, ) : Result<T>
Details:
Notes: The result failed<br/><br/>@param ="result" value<br/>@returns new result struct<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
Ok (result: T, ) : Result<T>
Details:
Notes: The result is ok<br/><br/>@returns new result struct<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
Skip (result: T, ) : Result<T>
Details:
Notes: The result was ok, but no action was performed<br/><br/>@returns new result struct<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Tag Value
static true
Details:  
Property Value
isFinalSpecialization: 0