Package-level declarations

Types

Link copied to clipboard
actual typealias UUID = java.util.UUID
expect class UUID
actual typealias UUID = NSUUID

Properties

Link copied to clipboard
expect val UUID.stringValue: String

Functions

Link copied to clipboard
actual fun newUUID(): UUID
expect fun newUUID(): UUID
actual fun newUUID(): UUID
Link copied to clipboard
actual fun uuidOf(value: String): UUID
expect fun uuidOf(value: String): UUID
actual fun uuidOf(value: String): UUID