pgjdbc-ng icon indicating copy to clipboard operation
pgjdbc-ng copied to clipboard

Investigate removing the use of lambdas

Open kdubb opened this issue 6 years ago • 1 comments

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.

kdubb avatar Dec 19 '18 23:12 kdubb