static A nuLike wrapAs(Class c, O o) { ret o == null ? null : nuObject(c, o); }