hurok
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
hurok
hurok-base
com.
ekezet.
hurok
Action
Next
Action
Emitter
Any
Action
Emitter
Dispatcher
Provider
Effect
first
State
Loop
Loop
Builder
mutate()
next
outcome()
Renderer
render
State()
skip
trigger()
View
State
com.
ekezet.
hurok.
test
Coverage
Ignore
Test
Action
Test
Args
Test
Child
Loop
Test
Dependency
Test
Effect
Test
Loop
Test
Model
Test
State
hurok-compose
com.
ekezet.
hurok.
compose
collect
As
State()
create
Retained
View
Model()
Local
Action
Emitter
Loop
View()
Loop
View
Model
hurok-test
com.
ekezet.
hurok.
test
after()
Effect
Test
Emit
Asserter
matches()
Next
Asserter
hurok-base
/
com.ekezet.hurok.test
/
TestEffect
Test
Effect
fun
interface
TestEffect
:
Effect
<
TestModel
,
TestDependency
>
Effect used in library tests.
Members
Functions
trigger
Link copied to clipboard
abstract
suspend
fun
ActionEmitter
<
TestModel
,
TestDependency
>
.
trigger
(
dependency
:
TestDependency
?
)
:
Any
?
Execute this
Effect
and optionally emit one or more
Action
s.