matches

abstract fun M.matches(values: V): Boolean

Checks if V matches for M

Return

true if the values match

Parameters

values

The V to match