hurok
Toggle table of contents
3.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
hurok
hurok-compose
/
com.ekezet.hurok.compose
/
LoopStateCollector
Loop
State
Collector
fun
interface
LoopStateCollector
<
TState
:
Any
,
TModel
:
Any
,
TArgs
,
TDependency
,
TAction
:
Action
<
TModel
,
TDependency
>
>
Members
Functions
invoke
Link copied to clipboard
@
Composable
abstract
operator
fun
invoke
(
loop
:
Loop
<
TState
,
TModel
,
TArgs
,
TDependency
,
TAction
>
)
:
State
<
TState
>