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

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