diego-gomez-olvera
06/07/2018, 1:38 PMIn lambdas which are short and not nested, it's recommended to use theconvention instead of declaring the parameter explicitly. In nested lambdas with parameters, parameters should be always declared explicitly.it