static A optParam(ThreadLocal tl, A defaultValue) { ret optPar(tl, defaultValue); } static A optParam(ThreadLocal tl) { ret optPar(tl); }