DEV Community

Discussion on: Exception Handling in Java Streams

Collapse
 
nfrankel profile image
Nicolas Frankel

I'm wondering if there's a Java compiler plugin that wraps checked exceptions in lambdas in unchecked exceptions. If not, how hard would it be to design one?