static Class firstMethodArgumentType(Method m) { ret m == null ? null : first(m.getParameterTypes()); }