commonMain.com.bselzer.ktx.value.identifier.Identifier.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-identifier-jvm Show documentation
Show all versions of value-identifier-jvm Show documentation
Value class wrappers for identifiers.
The newest version!
package com.bselzer.ktx.value.identifier
interface Identifier : Comparable> {
val value: T
val isDefault: Boolean
}