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