static <A> A nuLike quickImportTo(Class<A> c, O o) { ret isInstance(c, o) ? (A) o : quickImport(o); }