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

com.github.ahant.validator.validation.FieldValidator.kt Maven / Gradle / Ivy

The newest version!
package com.github.ahant.validator.validation

/**
 * Created by ahant on 8/14/2016.
 */
@FunctionalInterface
internal interface FieldValidator {
    fun validate(input: T): Set
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy