Companion

object Companion

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<Uid<*>>

Functions

Link copied to clipboard
fun <T> fromString(uuidAsString: String): Uid<T>

Instantiates a Uid from uuidAsString, an existing String representation of a UUID. Mainly used when de-serializing existing entities.

Link copied to clipboard
fun <T> new(): Uid<T>

Create a new, unique UUID-based ID.