
SQL Simplicity for Java Value Mapping
ava does not have a convenient way to treat a function as an object and then pass it around, but suppose it could. Say a function were an implementation of the following interface: interface Function { Y apply(X x);} This may not be as convenient as what Python, Ruby, or