Blog
1 week ago
How to Make Your Legacy Exception-Throwing Code Compatible With Lambdas
Java 8 brought lambdas after the "checked exceptions are great" trend. None of the functional interface methods accepts a checked exception. In this post I will demonstrate three different approaches to making your legacy exception-throwing code compatible with lamb das.
Source: HackerNoon →