• An expression that is the boolean 'not' of the given expression.

    Use this kind of expression as the if-expression in an ifThenElse, as a when-expression in a cases expression. or anywhere an expression that resolves to a boolean is required.

    Parameters

    • operand: Expression<boolean>

      The operand. Should result in a boolean.

    Returns Expression<boolean>

    An expression that is the boolean 'not' of the given expression. Results in a boolean.