Skip to content

A library of utilities to enable functional programming in Java

License

Notifications You must be signed in to change notification settings

Zoybean/Functional

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note:

This repo is no longer being actively maintained, and it is unlikely that I will pick it up again.

Functional

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.

About

A library of utilities to enable functional programming in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages