FormValidator

fun interface FormValidator(source)

FormValidator interface used to validate text fields.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun validate(value: String): Boolean

Validates the given value.