public static Deprecated make(Func func) { Deprecated self = new Deprecated(); if (func != null) { func.enterCtor(self); func.call(self); func.exitCtor(); } return self; }
public static Deprecated make(Func func) { Deprecated self = new Deprecated(); if (func != null) { func.enterCtor(self); func.call(self); func.exitCtor(); } return(self); }