How can I simplifier this? ```Try { myMethodReturn...
# arrow
m
How can I simplifier this?
Copy code
Try { myMethodReturningOption() }.toOption().flatMap { it }