commonMain.io.mths.kava.Validator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kava-common-jvm Show documentation
Show all versions of kava-common-jvm Show documentation
Common interfaces shared by the other kava modules.
The newest version!
package io.mths.kava
interface Validator {
val invalid: WrapperType
fun valid(value: Type): WrapperType
fun ValidationScope<*>.validate(wrapper: WrapperType): Type
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy