invoke

abstract operator fun invoke(input: String?): ValidationResult<UrlValidator.Error>(source)

Executes the invoke step in the SDAI validation layer.

Return

Result produced by invoke.

Author

Dmitriy Moroz

Parameters

input

input value consumed by the API.