mapSuccess

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