Package-level declarations
Functions
Link copied to clipboard
Exposes the value of this through the optic. Any change made to value is reflected in the original MutableState.
Exposes the value of this through the optic.
Exposes the values of this through the optic. Any change made to value is reflected in the original MutableStateFlow.
Exposes the values of this through the optic.
Link copied to clipboard
Modifies the value in this MutableState by applying the function block to the current value.
Link copied to clipboard
Modifies the value in this MutableState by performing the operations in the Copy.
Updates the value in this MutableStateFlow by performing the operations in the Copy.