Can someone please tell me if there is an equivalent for Python\'s lambda functions in Java?
One idea is based on a generic public interface Lambda -- see http://www.javalobby.org/java/forums/t75427.html .
public interface Lambda