core/com.tealium.prism.core.api.rules/Matchable/Companion Companion object Companion Members Functions matches Link copied to clipboard @JvmStaticfun <T> matches(): Matchable<T>Utility method to provide a Matchable whose matches method always returns true notMatches Link copied to clipboard @JvmStaticfun <T> notMatches(): Matchable<T>Utility method to provide a Matchable whose matches method always returns false