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.InheritorsCondition Members Types Companion Link copied to clipboard object Companion Functions matches Link copied to clipboard abstract fun matches(input: T): BooleanReturns whether or not the this Matchable matches the given input.