AsyncResult.prototype.inspect(fn: (value: T) => void | Promise<void>): AsyncResult<T, E>
Performs a side effect on the Ok value without changing the result.
fn: (value: T) => void | Promise<void>
Function to call with the Ok value (if Ok)
AsyncResult<T, E>
This AsyncResult, unchanged