$boolean
Signature:$boolean(arg)
Parameters:
arg- An argument to be cast to a Boolean.
$not
Signature:$not(arg)
Parameters:
arg- An argument to be cast to a Boolean and inverted.
arg is first cast to a boolean.
$exists
Signature:$exists(arg)
Parameters:
arg- An argument to chech the existence of.
true if the arg expression evaluates to a value, or false if the expression does not match anything (e.g. a path to a non-existent field reference).