4 ms·
I was trying to work around this problem also and found this library: https://github.com/jOOQ/jOOL https://github.com/jOOQ/jOOL, from the guys at Jooq. They did
by phernandez 12y ago
I was trying to work around this problem also and found this library: https://github.com/jOOQ/jOOL 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.
- BrandonM 12y agoThanks a lot for the pointer! That's most of what we need.