Uses of Interface
com.google.errorprone.matchers.method.ParameterPredicate
Packages that use ParameterPredicate
-
Uses of ParameterPredicate in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return ParameterPredicateModifier and TypeMethodDescriptionstatic ParameterPredicateParameterPredicates.arrayOf(ParameterPredicate predicate) static ParameterPredicateParameterPredicates.of(TypePredicate predicate) static ParameterPredicateParameterPredicates.onlyTypeParameter()static ParameterPredicateParameterPredicates.varargsOf(ParameterPredicate predicate) Methods in com.google.errorprone.matchers.method with parameters of type ParameterPredicateModifier and TypeMethodDescriptionstatic ParameterPredicateParameterPredicates.arrayOf(ParameterPredicate predicate) static ParameterPredicateParameterPredicates.varargsOf(ParameterPredicate predicate) MethodMatchers.MethodNameMatcher.withParametersMatching(ParameterPredicate first, ParameterPredicate... rest) Deprecated.Match methods whose formal parameters have the given types.Method parameters in com.google.errorprone.matchers.method with type arguments of type ParameterPredicateModifier and TypeMethodDescriptionMethodMatchers.MethodNameMatcher.withParametersMatching(Iterable<ParameterPredicate> parameters) Deprecated.Match methods whose formal parameters have the given types.