invoke

abstract operator fun invoke(value: String): Sequence<ValidationError>

A rule, when invoked, returns a sequence of errors that were found. Usually that sequence contains just one error. If the validation passed, return an empty sequence