core/com.tealium.prism.core.api.rules/Rule/or or @SafeVarargsfun or(vararg others: Rule<T>): Rule<T>Returns a new Rule that is the logical equivalent of the following:this || othersContent copied to clipboardReturnA new Rule representing the logical "or" of this rule and the given others.ParametersothersThe other Rules to evaluate.