LoopViewModel

data class LoopViewModel<TState, TModel : Any, TArgs, TDependency, TAction>(val loop: <Error class: unknown class><TState, TModel, TArgs, TDependency, TAction>, var args: TArgs?) : 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>, args: TArgs?)

Properties

Link copied to clipboard
var args: TArgs?

the last applied Loop arguments

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?