sO metaMapGet(IMeta o, O key) { if (o == null || key == null) null; O meta = o._getMeta(); if (meta cast Map) ret syncGet(meta, key); null; }