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

matches

abstract fun matches(input: T): Boolean

Returns whether or not the this Matchable matches the given input.

Return

true if this Matchable matches, else false

Parameters

input

The value to evaluate against

Throws

InvalidMatchException

when the matchable is invalid or cannot be evaluated.

Generated by Dokka
(c) Tealium 2026