Added NoException
NoException takes functional approach to exception handling. It allows throwing checked exceptions in functional interfaces and converts all exceptions to Optional return to simplify fallback code. NoException is a superset of functionality found in other similar libraries (listed on NoException site). Arguably, NoException also has a cleaner API.
This commit is contained in:
@ -298,6 +298,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [JavaParser](https://github.com/javaparser/javaparser) - Parse, modify and generate Java code.
|
||||
* [JavaSymbolSolver](https://github.com/javaparser/javasymbolsolver) - A symbol solver for Java.
|
||||
* [JRebel ![c]](http://zeroturnaround.com/software/jrebel/) - Instantly reloads code and configuration changes without redeploys.
|
||||
* [NoException](https://noexception.machinezoo.com/) - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
|
||||
* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent.
|
||||
|
||||
## Distributed Applications
|
||||
|
Reference in New Issue
Block a user