jvmMain.io.mths.kava.result.ValidationResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kava-core-jvm Show documentation
Show all versions of kava-core-jvm Show documentation
Core kava functionalities.
The newest version!
package io.mths.kava.result
enum class ValidationResult {
Success,
Failure
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy