Searched defs:isTypeOf (Results 1 – 4 of 4) sorted by relevance
44 public static boolean isTypeOf(XType type, ClassName className) { in isTypeOf() method in XTypes
45 public static boolean isTypeOf(final TypeName typeName, TypeMirror type) { in isTypeOf() method in MoreDaggerTypes
72 public static boolean isTypeOf(final TypeName typeName, TypeMirror type) { in isTypeOf() method in DaggerTypes
821 public static boolean isTypeOf(final Class<?> clazz, TypeMirror type) { in isTypeOf() method in MoreTypes