sS dollarFormat(S s, O... params) { ret replaceDollarVars(s, params); } sS dollarFormat(S s, IF1 f) { ret replaceDollarVars(s, f); }