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

Companion

object Companion

Functions

matches
Link copied to clipboard
@JvmStatic
fun <T> matches(): Matchable<T>

Utility method to provide a Matchable whose matches method always returns true

notMatches
Link copied to clipboard
@JvmStatic
fun <T> notMatches(): Matchable<T>

Utility method to provide a Matchable whose matches method always returns false

Generated by Dokka
(c) Tealium 2026