static L methodArgumentTypes(Method m) { ret m == null ? null : (L) asList(m.getParameterTypes()); }