static O[] wrapMapAsParams(Map map) { ret empty(map) ? null : new O[] { map }; }