sS getStringDyn(O o, O key) { ret (S) getOptDyn(o, key); } sS mapMethodLike getStringDyn(S key, O o) { ret getStringDyn(o, (O) key); }