not

Logical negation. Returns true if the input is false, and false if the input is true.

fun not(vararg expressions: Array<out Expression>): Expression
fun not(bool: Boolean): Expression

DSL function for "!".

fun not(block: Expression.ExpressionBuilder.() -> Unit): Expression