Warning: session_start(): open(/var/lib/php/sessions/sess_2iuthfrr2qsonm93gm9di9hp9i, 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
sS lambdaMapLike filterChars(IF1 pred, S s) {
if (s == null) null;
new StringBuilder buf;
int n = l(s);
char c;
for i to n:
if (isTrue(callF(pred, c = s.charAt(i))))
buf.append(c);
ret str(buf);
}