static long getLong(O o, S field) { ret toLong(getOpt(o, field)); } static long mapMethodLike getLong(S field, O o) { ret getLong(o, field); }