All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.unitmesh.prompt.validate.Validator.kt Maven / Gradle / Ivy

package cc.unitmesh.prompt.validate

interface Validator {
    val input: String
    fun validate(): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy