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

Matchable

fun interface Matchable<T>

Matchable is a generic interface for checking whether an input matches an expectation.

Inheritors

Condition

Types

Companion
Link copied to clipboard
object Companion

Functions

matches
Link copied to clipboard
abstract fun matches(input: T): Boolean

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

Generated by Dokka
(c) Tealium 2026