toggle menu
KAHelpers
androidJvm
switch theme
search in API
core
/
dev.funkymuse.compose.core.stability_wrappers
Package-level
declarations
Types
Functions
Properties
Types
Immutable
Holder
Link copied to clipboard
@
Immutable
class
ImmutableHolder
<
T
>
(
val
item
:
T
)
Stable
Holder
Link copied to clipboard
@
Stable
class
StableHolder
<
T
>
(
val
item
:
T
)
Properties
as
Immutable
Link copied to clipboard
val
<
T
>
T
.
asImmutable
:
ImmutableHolder
<
T
>
as
Stable
Link copied to clipboard
val
<
T
>
T
.
asStable
:
StableHolder
<
T
>
Functions
as
Immutable
Link copied to clipboard
fun
<
T
>
T
.
asImmutable
(
)
:
ImmutableHolder
<
T
>
as
Stable
Link copied to clipboard
fun
<
T
>
T
.
asStable
(
)
:
StableHolder
<
T
>