static A mapMethodLike cloneWithFlippedBoolField(S field, A o) { if (o == null) null; o = shallowClone(o); setOpt(o, field, not((Bool) getOpt(o, field))); ret o; }