static bool isStringStartingWith(O o, S prefix) { ret o instanceof S && ((S) o).startsWith(prefix); }