commonMain.target.core.ValueFailure.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of target-core-jvm Show documentation
Show all versions of target-core-jvm Show documentation
Functional domain modeling in Kotlin
package target.core
interface ValueFailure {
val failedValue: T
}