Executes an action if the result is successful.
public Atypical.VirtualFileSystem.Core.Result<T> OnSuccess(System.Action<T> action);action System.Action<T>
The action to execute with the value.
Atypical.VirtualFileSystem.Core.Result<T>
The current result for chaining.