Package-level declarations

Types

Link copied to clipboard

Presents a given UiState.

Functions

Link copied to clipboard
inline fun <UiState : CircuitUiState> presenterOf(crossinline body: @Composable () -> UiState): Presenter<UiState>

Due to this bug in Studio, we can't write lambda impls of Presenter directly. This works around it by offering a shim function of the same name. Once it's fixed, we can remove this and make Presenter a fun interface instead.