core/com.tealium.prism.core.api.rules/Condition/matches matches open override fun matches(input: DataObject): 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.