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.
The Pragmatica Lite Core contains implementation of basic monads:
Option<T>
, Result<T>
and Promise<T>
. See README.md for more information.