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

commonMain.com.bselzer.ktx.value.identifier.Identifier.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.ktx.value.identifier

interface Identifier : Comparable> {
    val value: T
    val isDefault: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy