compose-cache
Toggle table of contents
3.0.0
common
Platform filter
common
Switch theme
Search in API
compose-cache
compose-cache
/
de.charlex.compose.cache
Package-level
declarations
Functions
Functions
remember
For
User
Input
Link copied to clipboard
@
Composable
fun
<
T
>
rememberForUserInput
(
value
:
T
,
equals
:
(
T
,
T
)
->
Boolean
=
{ a, b -> a == b }
,
onValueChange
:
(
T
)
->
Unit
)
:
Pair
<
T
,
(
T
)
->
Unit
>