static A lookupOrKeep(Map map, A key) { ret map != null && map.containsKey(key) ? optCurly(map.get(key)) : key; }