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:
Robert Važan
2017-06-19 15:04:41 +02:00
committed by GitHub
parent 465a4b5750
commit 29eeb4f67f

View File

@ -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