Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.rules/Rule/Companion/not

not

@JvmStatic
fun <T> not(rule: Rule<T>): Rule<T>

Returns a new Rule that is the logical equivalent of the following operation:

!rule
Content copied to clipboard

Return

A new Rule representing the logical "not" of the given rule.

Parameters

rule

The Rule to invert the result of.

Generated by Dokka
(c) Tealium 2026