Lambda expression with getter method ``(x) -> x.getAttribute()`` can be replaced by method reference (ObjectType::getAttribute). See what is possible / needed for callable bindings.
Lambda expression with getter method
(x) -> x.getAttribute()can be replaced by method reference (ObjectType::getAttribute).See what is possible / needed for callable bindings.