Warning: session_start(): open(/var/lib/php/sessions/sess_rh9q7i8n63154f01sv450jmrs5, 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 LiveValue mapLiveValue_f0(final F0 f, final Class type, final LiveValue lv) {
ret new LiveValue() {
public Class getType() { ret type; }
public B get() { ret callF(f); }
public void onChange(Runnable l) { lv.onChange(l); }
public void removeChangeListener(Runnable l) { lv.removeOnChangeListener(l); }
};
}
static LiveValue mapLiveValue_f0(LiveValue lv, Class type, F0 f) {
ret mapLiveValue_f0(f, type, lv);
}