core/com.tealium.prism.core.api.rules/Matchable/matches matches abstract fun matches(input: T): BooleanReturns whether or not the this Matchable matches the given input.Returntrue if this Matchable matches, else falseParametersinputThe value to evaluate againstThrowsInvalidMatchExceptionwhen the matchable is invalid or cannot be evaluated.