Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 496 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 496 Bytes

Pragmatica Lite - Pragmatic Functional Java Coding Style Library

License

Set of libraries for Pragmatic Functional Java coding style.

Features

  • 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.

Example

Some examples can be found in the examples folder.