static A nuLike optCast(Class c, O o) { ret isInstance(c, o) ? (A) o : null; }