Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose.data
/
UUIDKey
UUIDKey
@
Stable
@
Serializable
(
with
=
UUIDKey.Serializer::class
)
class
UUIDKey
<
T
>
(
val
data
:
T
)
Members
Constructors
UUIDKey
Link copied to clipboard
constructor
(
data
:
T
)
Types
Serializer
Link copied to clipboard
class
Serializer
<
T
>
(
dataSerializer
:
KSerializer
<
T
>
)
:
KSerializer
<
UUIDKey
<
T
>
>
Properties
data
Link copied to clipboard
val
data
:
T
key
Link copied to clipboard
val
key
:
Uuid
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
T
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String