Class UnnecessaryLambda

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.UnnecessaryLambda
All Implemented Interfaces:
BugChecker.MethodTreeMatcher, BugChecker.VariableTreeMatcher, Suppressible, Serializable

public class UnnecessaryLambda extends BugChecker implements BugChecker.MethodTreeMatcher, BugChecker.VariableTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: