sO mapMethodLike rgenget(O key, O o) { if (o cast Map) ret mapGet(o, key); else if (key cast S) ret getOpt(o, key); else null; }