sbool getBool(O o, S field) { ret isTrue(getOpt(o, field)); } sbool mapMethodLike getBool(S field, O o) { ret getBool(o, field); }