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

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