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

isNotDefined

@JvmStatic
fun isNotDefined(variable: String): Condition

Returns an Operator that checks whether a value can not be found at key variable.

Parameters

variable

the key to extract the value from for the comparison


@JvmStatic
fun isNotDefined(variable: JsonObjectPath): Condition

Returns an Operator that checks whether a value can not be found at key variable.

Parameters

variable

the path to the key to extract the value from for the comparison

Generated by Dokka
(c) Tealium 2026