hurok
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
hurok
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.