static F1 itemToMap_calcSingleColumn(O f, S columnName) { ret func(A a) -> Map { litorderedmap(columnName, callF(f, a)) }; }