Set of libraries for Pragmatic Functional Java coding style.
- Functional style - no NPE, no exceptions, type safety, etc.
- Option/Result/Promise monads with consistent and compatible APIs.
- Simple and convenient to use Promise-based asynchronous API.
Some examples can be found in the examples folder.