matches

abstract fun matches(filter: Filter<*>): Boolean

Checks if the given filter meets this condition.

Return

true if the filter meets this condition, false otherwise

Parameters

filter

the filter object to check