and

fun <T : Any> BooleanExpression<T>.and(vararg other: BooleanExpression<T>): BooleanExpression<T>
fun <T : Any> and(vararg other: BooleanExpression<T>): BooleanExpression<T>