Class DescendantOfAny

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

public class DescendantOfAny extends Object implements TypePredicate
Matches types that are a sub-type of one of the given types.
See Also:
  • Field Details

  • Constructor Details

    • DescendantOfAny

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