Returns a conjunction of this clause and the given predicate.
(cqlWhereClause: StringAdd).self
(cqlWhereClause: StringFormat).self
(cqlWhereClause: ArrowAssoc[CqlWhereClause]).x
(Since version 2.10.0) Use leftOfArrow instead
(cqlWhereClause: Ensuring[CqlWhereClause]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Represents a logical conjunction of CQL predicates. Each predicate can have placeholders denoted by '?' which get substituted by values from the
valuesarray. The number of placeholders must match the size of thevaluesarray.