Jambda is another FP-library. From the documentation:
Jambda is an attempt to provide the
Java(TM) world with tools and concepts
from functional programming (FP).
The goals are several:
- To provide Java programmers with expressive FP constructs
- To provide a bridge for Java programmers into the FP-world
- To see how far Java and generics can be stretched
This
document is an attempt to introduce
Java programmers into the FP world,
and at the same time explain some (or
most) of the features in Jambda.