Package-level declarations

Properties

Link copied to clipboard

Gets a dispatch lambda from the Store provided by localStoreOf.

Functions

Link copied to clipboard
Link copied to clipboard
fun <T : Store<S, *>, S, R> CompositionLocal<T>.select(selector: (S) -> R): State<R>

Extracts a value from the current state of the Store provided by localStoreOf using the selector. Only when the value is changed, the composable will be recomposed.