map Success
inline fun <In : Any, Out : Any, Error : Any> OutcomeFlow<In, Error>.mapSuccess(crossinline transform: suspend (In) -> Out): OutcomeFlow<Out, Error>
TODO: Needs work / doc-comments / testing
TODO: Needs work / doc-comments / testing