not

fun not(expression: Expression): Expression(source)

Create a negated expression to represent the negated result of the given expression.

Return

a negated expression.

Parameters

expression

the expression to be negated.