Warning: session_start(): open(/var/lib/php/sessions/sess_c0pa51golgut6mbu5vfioakahf, 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 bool any(O pred, Iterable l) { if (l != null) for (A a : l) if (isTrue(callF(pred, a))) true; false; } static bool lambdaMapLike any(IF1 pred, Iterable l) { ret any((O) pred, l); } static bool any(Iterable l, IF1 pred) { ret any(pred, l); } static bool any(A[] l, IF1 pred) { if (l != null) for (A a : l) if (pred.get(a)) true; false; } sbool any(Iterable l) { if (l != null) for (Bool a : l) if (isTrue(a)) true; false; }