Warning: session_start(): open(/var/lib/php/sessions/sess_1e3viq142l5iu8hij26l33ohca, 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 mapToHashSet(O f, Iterable l) {
HashSet x = l cast Cl ? : new(l.size()) : new HashSet;
if (l != null) for (O o : l)
x.add(callF(f, o));
ret x;
}
static HashSet lambdaMapLike mapToHashSet(IF1 f, Iterable l) {
ret mapToHashSet((O) f, l);
}