A
C
G
K
O
R
S
V
R
- rememberKeysInScope(Collection) - function in com.sebaslogen.resaca.KeyInScopeResolverKt
- Remember a collection of keys in the current composition scope to be used in the returned KeyInScopeResolver.
- rememberScoped(K,TypeAliased(typeAlias=GenericTypeConstructor(dri=com.sebaslogen.resaca/KeyInScopeResolver///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))),Function0) - function in com.sebaslogen.resaca.ScopedMemoizersKt
- Return an object created with the provided builder function and store this object in the ScopedViewModelContainer which will keep this object in memory for as long as needed, and until the requester Composable is permanently gone and the key is not present anymore in keyInScopeResolver or the keyInScopeResolver itself leaves Composition.
- rememberScoped(Object,Function0) - function in com.sebaslogen.resaca.ScopedMemoizersKt
- Return an object created with the provided builder function and store this object in the ScopedViewModelContainer which will keep this object in memory for as long as needed, and until the requester Composable is permanently gone.
- RememberScopedObserver - class in com.sebaslogen.resaca
- When an object of this class is remembered in a composition (i.e.