static FunctionCall mapFunctionCallArgs(IF1 f, FunctionCall fc) { if (fc == null) null; ret FunctionCall(fc.function, mapObjectArray(f, fc.args)); }