and

infix fun <T> QueryCondition<T>.and(queryCondition: QueryCondition<T>): QueryCondition<T>

Combines the left hand side condition using AND with the right hand side condition.

See also