-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
Low
There are some functions which are commonly implemented as lambdas or method handles: for example a Consumer<Runnable> which runs its parameter.
If we created singleton object instances for these functions, we can possibly save the overhead of many duplicated lambdas and method handles.