static O getThreadLocalOpt(O o, S name) { ThreadLocal t = cast getOpt(o, name); ret t != null ? t.get() : null; }