or

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