core/com.tealium.prism.core.api.rules/matches matches fun <T : Matchable<R>, R> Rule<T>.matches(input: R): BooleanConvenience method to determine if a Rule is satisfied by the given input.ParametersinputThe data used to match the rule