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

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