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

or

@SafeVarargs
fun or(vararg others: Rule<T>): Rule<T>

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

this || others
Content copied to clipboard

Return

A new Rule representing the logical "or" of this rule and the given others.

Parameters

others

The other Rules to evaluate.

Generated by Dokka
(c) Tealium 2026