If I have a side effect (suspend fun) and that one...
# arrow
k
If I have a side effect (suspend fun) and that one returns an Either and I want to map that either and apply another side effect (suspend fun) - how do I do that (using map/flatMap)? Or is that discouraged? What is the alternative?