static S renderBoolMap(Map map) { ret joinWithComma(concatLists( allToString(keysWithValue(true, map)), prependAll("not ", allToString(keysWithValue(false, map))))); }