Transforms the result to a result with a value.
public Atypical.VirtualFileSystem.Core.Result<T> Map<T>(System.Func<T> valueFactory);T
The value type.
valueFactory System.Func<T>
Function to create the value on success.
Atypical.VirtualFileSystem.Core.Result<T>
A result with value on success or the original error on failure.