static bool isBoolField(O o, S field) { ret eqOneOf(fieldType(o, field), bool.class, Bool.class); }