static Ext extLift(B b, Ext a) { Ext ext = ext(b); copyDynamicObjectValues(a, ext); ret ext; }