A
C
D
G
O
S
C
- clear() - function in androidx.lifecycle.StateViewModel
- collectState(Fragment,StateOwner,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions from a StateHolder launched and scoped to Fragment.getViewLifecycleOwner.
- collectState(Fragment,StateOwner,Function1,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions of a selected property of State scoped to Fragment.getViewLifecycleOwner.
- collectState(FragmentActivity,StateOwner,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions from a StateHolder launched and scoped to FragmentActivity lifecycle.
- collectState(FragmentActivity,StateOwner,Function1,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions of a selected property of State scoped to FragmentActivity lifecycle.
- collectState(StateOwner,LifecycleOwner,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions from a StateHolder launched and scoped to the lifecycleOwner.
- collectState(StateOwner,LifecycleOwner,Function1,Lifecycle.State,Function1) - function in dev.stateholder.extensions.CollectStateKt
- Collect emissions of a selected property of State.
- CollectStateKt - class in dev.stateholder.extensions
- collectToState(Flow,CoroutineScope,SuspendFunction2) - function in dev.stateholder.extensions.StateViewModel