sbool notNullOrEmptyString(O o) { ret o != null && !eq(o, ""); }