java.lang.Object
com.google.errorprone.predicates.type.Exact
All Implemented Interfaces:
TypePredicate, Serializable

public class Exact extends Object implements TypePredicate
Matches types that exactly match the given type.
See Also:
  • Field Details

    • supplier

      public final Supplier<com.sun.tools.javac.code.Type> supplier
  • Constructor Details

    • Exact

      public Exact(Supplier<com.sun.tools.javac.code.Type> type)
  • Method Details