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