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
/
rememberForUserInput
remember
For
User
Input
@
Composable
fun
<
T
>
rememberForUserInput
(
value
:
T
,
equals
:
(
T
,
T
)
->
Boolean
=
{ a, b -> a == b }
,
onValueChange
:
(
T
)
->
Unit
)
:
Pair
<
T
,
(
T
)
->
Unit
>