Class ExactAny
java.lang.Object
com.google.errorprone.predicates.type.ExactAny
- All Implemented Interfaces:
TypePredicate
,Serializable
Matches types that exactly match one of the given types.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(com.sun.tools.javac.code.Type type, VisitorState state)
-
Field Details
-
types
-
-
Constructor Details
-
ExactAny
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceTypePredicate
-