and

infix fun QueryTree<Boolean>.and(other: QueryTree<Boolean>): QueryTree<Boolean>

Performs a logical and (&&) operation between the values of two QueryTrees.