private static CharSequence toCharSequence(Object obj) { return obj instanceof CharSequence ? (CharSequence) obj : Text.valueOf(obj); }