<@U3DPUHA11> `recover` let's you map over the exce...
# arrow
r
@roberto.guerra
recover
let's you map over the exceptional case and transform it and do with it whatever you want whereas
getOrElse
ignores it and just lets you provide a default value.