MethodReferenceUsage
SUGGESTION
Style
Summary
Prefer method references over lambda expressions
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("MethodReferenceUsage")
to the enclosing element.Disable this pattern completely by adding
-Xep:MethodReferenceUsage:OFF
as compiler argument. Learn more.