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