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