Package com.google.errorprone.predicates.type


package com.google.errorprone.predicates.type
  • Class
    Description
    Matches arrays.
    Matches sub-types of the given type.
    Matches types that are a sub-type of one of the given types.
    Matches types that exactly match the given type.
    Matches types that exactly match one of the given types.