Class ExactAny

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

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

  • Constructor Details

    • ExactAny

      public ExactAny(Iterable<Supplier<com.sun.tools.javac.code.Type>> types)
  • Method Details