没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Funcito |
Funcito
|
3 | 0 | 247 |
贡献者 | 讨论 | 代码提交 |
Funcito is a Java library that simplifies access to your favorite functional programming APIs by wrapping Java methods as the function-type objects defined in those libraries.
Rather than creating another functional programming API, Funcito makes it easy to define function-type objects that wrap existing methods. As a result, your code has less noise and clutter of anonymous inner classes, annotations, etc. And your code remains safe for automated-refactoring, since there is no String-based reflection or forced naming conventions.
Funcito currently supports the following libraries with functional programming capabilities: * Google Guava: Function and Predicate interfaces * Functional Java: the F (function) interface * Jedi-core: Functor and Filter interfaces