IsInstanceLambdaUsage
SUGGESTION
Simplification
Summary
Prefer
Class::isInstance
method reference over equivalent lambda expression
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("IsInstanceLambdaUsage")
to the enclosing element.Disable this pattern completely by adding
-Xep:IsInstanceLambdaUsage:OFF
as compiler argument. Learn more.