LoopViewModel

data class LoopViewModel<TState : Any, TModel : Any, TArgs, TDependency, TAction>(val loop: <Error class: unknown class><TState, TModel, TArgs, TDependency, TAction>) : ViewModel

Common ViewModel for storing a Loop.

See Common ViewModel.

Constructors

Link copied to clipboard
constructor(loop: <Error class: unknown class><TState, TModel, TArgs, TDependency, TAction>)

Properties

Link copied to clipboard
val loop: <Error class: unknown class><TState, TModel, TArgs, TDependency, TAction>

the Loop to store

Functions

Link copied to clipboard
expect open fun addCloseable(closeable: AutoCloseable)
expect fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
expect fun <T : AutoCloseable> getCloseable(key: String): T?