static void copyFieldsToGlobalVariables(O o, S... fields) { for (S field : fields) setOpt(mc(), getOpt(o, field)); }