or

inline fun Expression<Boolean>.or(op: () -> Op<Boolean>): Op<Boolean>

Returns the result of performing a logical or operation between this expression and the op.