This repo is no longer being actively maintained, and it is unlikely that I will pick it up again.
A library of utilities to enable functional programming in Java.
Provides Option, Either, and Result types to handle control flow as an alternative to exceptions. Design of these types closely follows rust types of the same name.
Provides functional interfaces for representing operations that may throw checked exceptions.
Provides combinators for combining and modifying functions.