public func || (lhs: String, rhs: StringPredicate) -> StringPredicate {

    return .or([.string(lhs), .predicate(rhs)])
}