Transforms the value of a value result using a specified function.
Parameters
- valueSelector
- A transform function to apply to the value.
Type Parameters
- TOutput
- The type of the value returned by .
Return Value
A
OpcLabs.BaseLib.OperationModel.Generic.ValueResult<T> where the value is transformed using the transform function, if the value result represents a success. If the value result represents a failure, a
OpcLabs.BaseLib.OperationModel.Generic.ValueResult<T> representing the same failure is returned.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also