Hi,
Thanks for the package. I really find it useful.
Is there any plan to have a try() method similar to the Try in Scala, which handles both checked and unchecked exceptions?
It could be essentially syntactic sugar for
Exceptions.log().get(Exceptions.sneak().supplier(() -> my_throwing_lambda)).orElse(fallback)
Thanks
Best
Hi,
Thanks for the package. I really find it useful.
Is there any plan to have a try() method similar to the Try in Scala, which handles both checked and unchecked exceptions?
It could be essentially syntactic sugar for
Thanks
Best