When I look at the commons-functor website website, it appears to be out of sandbox state, but it also says there is no official binary release? But I thought I saw it in some Maven repository somewhere and can’t find it now. Does anyone know what the status is and whether there is an official binary release? I suspect I am just poor at navigating the Commons website.
Share
Looks like the last development was three weeks ago (see this) and their “release notes” for 1.0 are just a skeleton (see here).
A couple quick searches show that Apache Commons Lang used to have a package
org.apache.commons.lang.functor– but this was removed some time ago, it seems (like 2003 or so)As a side note, it appears that Apache Commons Collections has a package
org.apache.commons.collections.functors– but this might not be what you’re looking for.