not

@JvmStatic
fun not(vararg expressions: Expression): Expression
@JvmStatic
fun not(bool: Boolean): Expression

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


DSL function for "!".