UnquietCode / Closures-for-Java

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%