/Closures-for-Java

A simple library for creating pseudo-closures, leveraging Java's anonymous classes but providing a standardized interface, which is also typed.

Primary LanguageJavaApache License 2.0Apache-2.0

With the release of JDK 8, which includes closures and @FunctionalInterface, I would say this library is no longer recommended for most uses.