Loading

Loading represents the state where the data is still loading.

Functions

Link copied to clipboard
inline fun <T, R> ComponentState<T>.transform(transform: T.() -> R): ComponentState<R>

Transforms the loaded value of a ComponentState using the provided transform function.