Warning: session_start(): open(/var/lib/php/sessions/sess_s8e7lq29of9plcjapc0ohtrivp, 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 L> lambdaMapLike mapPairB(fO f, Iterable> l) {
ret map(l, func(Pair p) -> Pair {
p == null ? null : pair(p.a, (C) callF(f, p.b))
});
}
static L> mapPairB(final F1 f, Iterable> l) {
ret mapPairB((O) f, l);
}
static L> mapPairB(final IF1 f, Iterable> l) {
ret mapPairB((O) f, l);
}
static L> mapPairB(Iterable> l, IF1 f) {
ret mapPairB((O) f, l);
}
static Pair lambdaMapLike mapPairB(IF1 f, Pair p) {
ret pairMapB(f, p);
}
static Pair lambdaMapLike mapPairB(Pair p, IF1 f) {
ret pairMapB(f, p);
}