static A swingCall(fO o, fS method, fO... args) { ret swing(func -> A { call(o, method, args, args) }); }