Or

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