Performs the given action on the encapsulated value if the operation succeeded. Returns the original ChannelResult unchanged.
ChannelResult
A shorthand for this.also { if (isSuccess) action(getOrThrow()) }.
this.also { if (isSuccess) action(getOrThrow()) }