Searched defs:isCastableTo (Results 1 – 2 of 2) sorted by relevance
20 public static TypePredicate isCastableTo(Supplier<Type> type) { in isCastableTo() method in Helpers25 public static TypePredicate isCastableTo(String type) { in isCastableTo() method in Helpers
54 public boolean isCastableTo( final Type t ) throws ClassNotFoundException { in isCastableTo() method in ReferenceType