Class TypeCompatibilityUtils

java.lang.Object
com.google.errorprone.bugpatterns.TypeCompatibilityUtils

public final class TypeCompatibilityUtils extends Object
Logical utility methods to answer the question: Are these two types "compatible" with each other, in the context of an equality check.

i.e.: It is possible that an object of one type could be equal to an object of the other type.