pgjdbc-ng
pgjdbc-ng copied to clipboard
Investigate removing the use of lambdas
With Java 8 as the minimum lambda's have been used. @jesperpedersen suggested this might be "bad".
If lambda's are to be disallowed, should we be removing anonymous class instances, which seem to carry the same weight (if not at least the same features) as lambdas.