filter

abstract fun filter(value: Any): Boolean(source)

Checks if the value should be checked by this validator.

Report a problem