Warning: session_start(): open(/var/lib/php/sessions/sess_f92vj8js0l342pvpqsuri10vka, 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 A nuLike proxy_importResults(Class intrface, final O target) {
if (target == null) null;
if (isInstance(intrface, target)) ret (A) target;
ret (A) java.lang.reflect.Proxy.newProxyInstance(intrface.getClassLoader(),
new Class[] { intrface },
new InvocationHandler {
public O invoke(O proxy, Method method, O[] args) {
ret quickImport(call(target, method.getName(), unnull(args)));
}
});
}
static A proxy_importResults(O target, Class intrface) {
ret proxy_importResults(intrface, target);
}