Warning: session_start(): open(/var/lib/php/sessions/sess_vi5n3tb24s4tj2dumvu97jcc9d, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static Map lambdaMapLike mapKeysAndValues(O f, Map map) { ret mapKeysAndValues(f, f, map); } static Map mapKeysAndValues(O fKey, O fValue, Map map) { if (map == null) null; Map m = similarEmptyMap(map); for (O key, val : map) m.put(callF(fKey, key), callF(fValue, val)); ret m; } static Map mapKeysAndValues(IF1 f, Map map) { ret mapKeysAndValues((O) f, map); } static Map mapKeysAndValues(IF1 fKey, IF1 fValue, Map map) { if (map == null) null; Map m = similarEmptyMap(map); for (O key, val : map) m.put(fKey.get(key), fValue.get(val)); ret m; }