Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 479 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 479 Bytes

result-flow

Java library for functional style "Railway Oriented Programming"

This library was inspired by Railway Oriented Programming and the Result type of the Rust programming language. It contains utilities that enable functional style programming in Java with under-the-hood error handling without having to define try-catch-blocks or conditionals.