Identifiable

@Stable
interface Identifiable<T : Comparable<T>> : Comparable<Identifiable<T>>

标识

Inheritors

Properties

Link copied to clipboard
abstract val id: T

唯一标识符

Link copied to clipboard
abstract val idString: String

可读ID

Functions

Link copied to clipboard
abstract operator fun compareTo(other: Identifiable<T>): Int