`Try { myMethodReturningOption() }.toOption().flat...
# arrow
p
Try { myMethodReturningOption() }.toOption().flatten()
?
👍 1