Join Slack
Powered by
Hi, there is a way to log an error on a `Try` with...
# arrow
m
mmaillot
11/21/2019, 3:27 PM
Hi, there is a way to log an error on a
Try
without broken the chain ?
Copy code
methodA().flatMap { methodB(it) }.log { Log("Error $i") }.flatMap { methodC(it) }...
3
Views
Open in Slack
Previous
Next