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

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