static Map autoMap(Class c) { ret AutoMap(() -> nu(c)); } static Map autoMap(IF0 f) { ret AutoMap(f); }