Join Slack
Powered by
well, `try { doSomething(); onSuccess() } catch {...
# announcements
a
Andreas Sinz
06/13/2016, 6:18 PM
well,
try { doSomething(); onSuccess() } catch { }
is more verbose than
doSomething().ifPresent(onSuccess)
Open in Slack
Previous
Next