Performs an effect over the value and preserves the original Outcome
Outcome
"hi".present().tap { println("$it world") } // Present("hi")