static boolean isInstance(Class type, Object arg) { return type.isInstance(arg); }