static A nuLike shallowCloneToUnlistedConcept(Class c, O o) { if (o == null) null; C cc = unlisted(c); copyFields(o, cc, conceptFields(c)); ret cc; }