A
C
G
K
O
R
S
V
S
- ScopedMemoizersKt - class in com.sebaslogen.resaca
- ScopedViewModelContainer - class in com.sebaslogen.resaca
- ViewModel class used to store objects and ViewModels as long as the requester doesn't completely leave composition (even temporary) or the scope of this ViewModel is cleared.
- ScopedViewModelContainer.ExternalKey - class in com.sebaslogen.resaca.ScopedViewModelContainer
- Unique Key to identify versions objects stored in the ScopedViewModelContainer When this external key does not match the one stored for an object's main key in scopedObjectKeys, then the old object is cleared, the new instance is stored (replacing old instance in storage) and the new external key is stored in scopedObjectKeys
- ScopedViewModelContainer.InternalKey - class in com.sebaslogen.resaca.ScopedViewModelContainer
- ScopedViewModelContainerKt - class in com.sebaslogen.resaca
- ScopedViewModelOwner - class in com.sebaslogen.resaca
- Stores a ViewModel created with the provided factory constructor parameter.
- ScopeKeyWithResolver - class in com.sebaslogen.resaca
- This class is used to store a key and its associated KeyInScopeResolver to, at any point in time, be able to determine if the key is still in scope with the help of the keyInScopeResolver.