And

fun <T : Any> And(vararg operands: BooleanExpression<T>)
fun <T : Any> And(operands: Set<BooleanExpression<T>>)