Warning: session_start(): open(/var/lib/php/sessions/sess_531dp4rva3dfhf5o4klqp6bl80, 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 HashSet mapToSet(O f, Iterable l) {
ret mapToHashSet(f, l);
}
static HashSet lambaMapLike mapToSet(IF1 f, Iterable l) {
ret mapToSet((O) f, l);
}
static HashSet mapToSet(Iterable l, IF1 f) {
ret mapToSet((O) f, l);
}