`Try { f() }` returns a `Success` or a `Failure` d...
# arrow
r
Try { f() }
returns a
Success
or a
Failure
depending on whether
f()
returns something or fails