![Overcoming Checked Exceptions in Java Lambdas](/images/post/2017-09-06-overcoming-checked-exceptions-lambda_huc6ed5effee25451bcd59edf53c5167f4_32458_1110x0_resize_q95_box.jpg)
Overcoming Checked Exceptions in Java Lambdas
In Java 8, the long awaited Lambda came to live, making it easy(-er) to do FP in Java. One problem I came across is, that most Java code throws checked exceptions which leads to IMHO ugly try/catch blocks in lambdas: