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