static A nuLike unlisted_gen(Class c, O... args) { if (isSubclassOf(c, Concept)) ret (A) unlisted((Class) c, args); ret nuObject(c, args); }