core/com.tealium.prism.core.api.rules/Rule/Companion/not not @JvmStaticfun <T> not(rule: Rule<T>): Rule<T>Returns a new Rule that is the logical equivalent of the following operation:!ruleContent copied to clipboardReturnA new Rule representing the logical "not" of the given rule.ParametersruleThe Rule to invert the result of.