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