static L getList(O o, S field) { ret (L) getOpt(o, field); } static L mapMethodLike getList(S field, O o) { ret getList(o, field); }