Hacker News new | ask | show | jobs
by phernandez 4273 days ago
I was trying to work around this problem also and found this library: https://github.com/jOOQ/jOOL, from the guys at Jooq. They did all the hard work to wrap all the FunctionalInterfaces in unchecked exceptions. Hope this helps.
1 comments

Thanks a lot for the pointer! That's most of what we need.