static A nuLike nuDyn(Class c, O... values) { A a = nuObject(c); setOptAllDyn(a, paramsToMap(values)); ret a; }